Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.clone() |
Cluster |
DescribeClusterResult.getCluster()
This output contains the details for the requested cluster.
|
Cluster |
Cluster.withApplications(Application... applications)
The applications installed on this cluster.
|
Cluster |
Cluster.withApplications(Collection<Application> applications)
The applications installed on this cluster.
|
Cluster |
Cluster.withAutoScalingRole(String autoScalingRole)
An IAM role for automatic scaling policies.
|
Cluster |
Cluster.withAutoTerminate(Boolean autoTerminate)
Specifies whether the cluster should terminate after completing all steps.
|
Cluster |
Cluster.withClusterArn(String clusterArn)
The Amazon Resource Name of the cluster.
|
Cluster |
Cluster.withConfigurations(Collection<Configuration> configurations)
Applies only to Amazon EMR releases 4.x and later.
|
Cluster |
Cluster.withConfigurations(Configuration... configurations)
Applies only to Amazon EMR releases 4.x and later.
|
Cluster |
Cluster.withCustomAmiId(String customAmiId)
Available only in Amazon EMR releases 5.7.0 and later.
|
Cluster |
Cluster.withEbsRootVolumeSize(Integer ebsRootVolumeSize)
The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2
instance.
|
Cluster |
Cluster.withEc2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
Provides information about the Amazon EC2 instances in a cluster grouped by category.
|
Cluster |
Cluster.withId(String id)
The unique identifier for the cluster.
|
Cluster |
Cluster.withInstanceCollectionType(InstanceCollectionType instanceCollectionType)
|
Cluster |
Cluster.withInstanceCollectionType(String instanceCollectionType)
|
Cluster |
Cluster.withKerberosAttributes(KerberosAttributes kerberosAttributes)
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
Cluster |
Cluster.withLogEncryptionKmsKeyId(String logEncryptionKmsKeyId)
The KMS key used for encrypting log files.
|
Cluster |
Cluster.withLogUri(String logUri)
The path to the Amazon S3 location where logs for this cluster are stored.
|
Cluster |
Cluster.withMasterPublicDnsName(String masterPublicDnsName)
The DNS name of the master node.
|
Cluster |
Cluster.withName(String name)
The name of the cluster.
|
Cluster |
Cluster.withNormalizedInstanceHours(Integer normalizedInstanceHours)
An approximation of the cost of the cluster, represented in m1.small/hours.
|
Cluster |
Cluster.withOSReleaseLabel(String oSReleaseLabel)
The Amazon Linux release specified in a cluster launch RunJobFlow request.
|
Cluster |
Cluster.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
|
Cluster |
Cluster.withPlacementGroups(Collection<PlacementGroupConfig> placementGroups)
Placement group configured for an Amazon EMR cluster.
|
Cluster |
Cluster.withPlacementGroups(PlacementGroupConfig... placementGroups)
Placement group configured for an Amazon EMR cluster.
|
Cluster |
Cluster.withReleaseLabel(String releaseLabel)
The Amazon EMR release label, which determines the version of open-source application packages installed on the
cluster.
|
Cluster |
Cluster.withRepoUpgradeOnBoot(RepoUpgradeOnBoot repoUpgradeOnBoot)
Applies only when
CustomAmiID is used. |
Cluster |
Cluster.withRepoUpgradeOnBoot(String repoUpgradeOnBoot)
Applies only when
CustomAmiID is used. |
Cluster |
Cluster.withRequestedAmiVersion(String requestedAmiVersion)
The AMI version requested for this cluster.
|
Cluster |
Cluster.withRunningAmiVersion(String runningAmiVersion)
The AMI version running on this cluster.
|
Cluster |
Cluster.withScaleDownBehavior(ScaleDownBehavior scaleDownBehavior)
The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance
group is resized.
|
Cluster |
Cluster.withScaleDownBehavior(String scaleDownBehavior)
The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance
group is resized.
|
Cluster |
Cluster.withSecurityConfiguration(String securityConfiguration)
The name of the security configuration applied to the cluster.
|
Cluster |
Cluster.withServiceRole(String serviceRole)
The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on your behalf.
|
Cluster |
Cluster.withStatus(ClusterStatus status)
The current status details about the cluster.
|
Cluster |
Cluster.withStepConcurrencyLevel(Integer stepConcurrencyLevel)
Specifies the number of steps that can be executed concurrently.
|
Cluster |
Cluster.withTags(Collection<Tag> tags)
A list of tags associated with a cluster.
|
Cluster |
Cluster.withTags(Tag... tags)
A list of tags associated with a cluster.
|
Cluster |
Cluster.withTerminationProtected(Boolean terminationProtected)
Indicates whether Amazon EMR will lock the cluster to prevent the Amazon EC2 instances from being terminated by
an API call or user intervention, or in the event of a cluster error.
|
Cluster |
Cluster.withVisibleToAllUsers(Boolean visibleToAllUsers)
Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the
cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClusterResult.setCluster(Cluster cluster)
This output contains the details for the requested cluster.
|
DescribeClusterResult |
DescribeClusterResult.withCluster(Cluster cluster)
This output contains the details for the requested cluster.
|
Copyright © 2023. All rights reserved.