Uses of Class
com.amazonaws.services.elasticmapreduce.model.Cluster
Packages that use Cluster
-
Uses of Cluster in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterModifier and TypeMethodDescriptionCluster.clone()
DescribeClusterResult.getCluster()
This output contains the details for the requested cluster.Cluster.withApplications
(Application... applications) The applications installed on this cluster.Cluster.withApplications
(Collection<Application> applications) The applications installed on this cluster.Cluster.withAutoTerminate
(Boolean autoTerminate) Specifies whether the cluster should terminate after completing all steps.Cluster.withConfigurations
(Configuration... configurations) Cluster.withConfigurations
(Collection<Configuration> configurations) Cluster.withEc2InstanceAttributes
(Ec2InstanceAttributes ec2InstanceAttributes) The unique identifier for the cluster.Cluster.withLogUri
(String logUri) The path to the Amazon S3 location where logs for this cluster are stored.Cluster.withMasterPublicDnsName
(String masterPublicDnsName) The public DNS name of the master EC2 instance.The name of the cluster.Cluster.withNormalizedInstanceHours
(Integer normalizedInstanceHours) An approximation of the cost of the job flow, represented in m1.small/hours.Cluster.withReleaseLabel
(String releaseLabel) The release label for the Amazon EMR release.Cluster.withRequestedAmiVersion
(String requestedAmiVersion) The AMI version requested for this cluster.Cluster.withRunningAmiVersion
(String runningAmiVersion) The AMI version running on this cluster.Cluster.withServiceRole
(String serviceRole) The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.Cluster.withStatus
(ClusterStatus status) The current status details about the cluster.A list of tags associated with a cluster.Cluster.withTags
(Collection<Tag> tags) A list of tags associated with a cluster.Cluster.withTerminationProtected
(Boolean terminationProtected) Indicates whether Amazon EMR will lock the cluster to prevent the EC2 instances from being terminated by an API call or user intervention, or in the event of a cluster error.Cluster.withVisibleToAllUsers
(Boolean visibleToAllUsers) Indicates whether the job flow is visible to all IAM users of the AWS account associated with the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ClusterModifier and TypeMethodDescriptionvoid
DescribeClusterResult.setCluster
(Cluster cluster) This output contains the details for the requested cluster.DescribeClusterResult.withCluster
(Cluster cluster) This output contains the details for the requested cluster.