CopyableBuilder<Cluster.Builder,Cluster>
, SdkBuilder<Cluster.Builder,Cluster>
public static interface Cluster.Builder extends CopyableBuilder<Cluster.Builder,Cluster>
Modifier and Type | Method | Description |
---|---|---|
Cluster.Builder |
applications(Collection<Application> applications) |
The applications installed on this cluster.
|
Cluster.Builder |
applications(Application... applications) |
The applications installed on this cluster.
|
Cluster.Builder |
autoScalingRole(String autoScalingRole) |
An IAM role for automatic scaling policies.
|
Cluster.Builder |
autoTerminate(Boolean autoTerminate) |
Specifies whether the cluster should terminate after completing all steps.
|
Cluster.Builder |
configurations(Collection<Configuration> configurations) |
|
Cluster.Builder |
configurations(Configuration... configurations) |
|
Cluster.Builder |
ec2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes) |
Provides information about the EC2 instances in a cluster grouped by category.
|
Cluster.Builder |
id(String id) |
The unique identifier for the cluster.
|
Cluster.Builder |
instanceCollectionType(String instanceCollectionType) |
|
Cluster.Builder |
instanceCollectionType(InstanceCollectionType instanceCollectionType) |
|
Cluster.Builder |
logUri(String logUri) |
The path to the Amazon S3 location where logs for this cluster are stored.
|
Cluster.Builder |
masterPublicDnsName(String masterPublicDnsName) |
The public DNS name of the master EC2 instance.
|
Cluster.Builder |
name(String name) |
The name of the cluster.
|
Cluster.Builder |
normalizedInstanceHours(Integer normalizedInstanceHours) |
An approximation of the cost of the cluster, represented in m1.small/hours.
|
Cluster.Builder |
releaseLabel(String releaseLabel) |
The release label for the Amazon EMR release.
|
Cluster.Builder |
requestedAmiVersion(String requestedAmiVersion) |
The AMI version requested for this cluster.
|
Cluster.Builder |
runningAmiVersion(String runningAmiVersion) |
The AMI version running on this cluster.
|
Cluster.Builder |
scaleDownBehavior(String scaleDownBehavior) |
The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an
instance group is resized.
|
Cluster.Builder |
scaleDownBehavior(ScaleDownBehavior scaleDownBehavior) |
The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an
instance group is resized.
|
Cluster.Builder |
securityConfiguration(String securityConfiguration) |
The name of the security configuration applied to the cluster.
|
Cluster.Builder |
serviceRole(String serviceRole) |
The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
|
Cluster.Builder |
status(ClusterStatus status) |
The current status details about the cluster.
|
Cluster.Builder |
tags(Collection<Tag> tags) |
A list of tags associated with a cluster.
|
Cluster.Builder |
tags(Tag... tags) |
A list of tags associated with a cluster.
|
Cluster.Builder |
terminationProtected(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.Builder |
visibleToAllUsers(Boolean visibleToAllUsers) |
Indicates whether the cluster is visible to all IAM users of the AWS account associated with the cluster.
|
copy
apply, build
Cluster.Builder id(String id)
The unique identifier for the cluster.
id
- The unique identifier for the cluster.Cluster.Builder name(String name)
The name of the cluster.
name
- The name of the cluster.Cluster.Builder status(ClusterStatus status)
The current status details about the cluster.
status
- The current status details about the cluster.Cluster.Builder ec2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
Provides information about the EC2 instances in a cluster grouped by category. For example, key name, subnet ID, IAM instance profile, and so on.
ec2InstanceAttributes
- Provides information about the EC2 instances in a cluster grouped by category. For example, key name,
subnet ID, IAM instance profile, and so on.Cluster.Builder instanceCollectionType(String instanceCollectionType)
The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
The instance group configuration of the cluster. A value of INSTANCE_GROUP
indicates a uniform
instance group configuration. A value of INSTANCE_FLEET
indicates an instance fleets
configuration.
instanceCollectionType
- The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
The instance group configuration of the cluster. A value of INSTANCE_GROUP
indicates a
uniform instance group configuration. A value of INSTANCE_FLEET
indicates an instance
fleets configuration.
InstanceCollectionType
Cluster.Builder instanceCollectionType(InstanceCollectionType instanceCollectionType)
The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
The instance group configuration of the cluster. A value of INSTANCE_GROUP
indicates a uniform
instance group configuration. A value of INSTANCE_FLEET
indicates an instance fleets
configuration.
instanceCollectionType
- The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
The instance group configuration of the cluster. A value of INSTANCE_GROUP
indicates a
uniform instance group configuration. A value of INSTANCE_FLEET
indicates an instance
fleets configuration.
InstanceCollectionType
Cluster.Builder logUri(String logUri)
The path to the Amazon S3 location where logs for this cluster are stored.
logUri
- The path to the Amazon S3 location where logs for this cluster are stored.Cluster.Builder requestedAmiVersion(String requestedAmiVersion)
The AMI version requested for this cluster.
requestedAmiVersion
- The AMI version requested for this cluster.Cluster.Builder runningAmiVersion(String runningAmiVersion)
The AMI version running on this cluster.
runningAmiVersion
- The AMI version running on this cluster.Cluster.Builder releaseLabel(String releaseLabel)
The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead instead of ReleaseLabel.
releaseLabel
- The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead
instead of ReleaseLabel.Cluster.Builder autoTerminate(Boolean autoTerminate)
Specifies whether the cluster should terminate after completing all steps.
autoTerminate
- Specifies whether the cluster should terminate after completing all steps.Cluster.Builder terminationProtected(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.
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.Builder visibleToAllUsers(Boolean visibleToAllUsers)
Indicates whether the cluster is visible to all IAM users of the AWS account associated with the cluster. If
this value is set to true
, all IAM users of that AWS account can view and manage the cluster if
they have the proper policy permissions set. If this value is false
, only the IAM user that
created the cluster can view and manage it. This value can be changed using the SetVisibleToAllUsers
action.
visibleToAllUsers
- Indicates whether the cluster is visible to all IAM users of the AWS account associated with the
cluster. If this value is set to true
, all IAM users of that AWS account can view and
manage the cluster if they have the proper policy permissions set. If this value is false
, only the IAM user that created the cluster can view and manage it. This value can be changed using
the SetVisibleToAllUsers action.Cluster.Builder applications(Collection<Application> applications)
The applications installed on this cluster.
applications
- The applications installed on this cluster.Cluster.Builder applications(Application... applications)
The applications installed on this cluster.
NOTE: This method appends the values to the existing list (if any). Use
#setApplications(java.util.Collection)
or #withApplications(java.util.Collection)
if you want
to override the existing values.
applications
- The applications installed on this cluster.Cluster.Builder tags(Collection<Tag> tags)
A list of tags associated with a cluster.
tags
- A list of tags associated with a cluster.Cluster.Builder tags(Tag... tags)
A list of tags associated with a cluster.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags associated with a cluster.Cluster.Builder serviceRole(String serviceRole)
The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
serviceRole
- The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.Cluster.Builder normalizedInstanceHours(Integer normalizedInstanceHours)
An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.
normalizedInstanceHours
- An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented
one time for every hour an m1.small instance runs. Larger instances are weighted more, so an EC2
instance that is roughly four times more expensive would result in the normalized instance hours being
incremented by four. This result is only an approximation and does not reflect the actual billing
rate.Cluster.Builder masterPublicDnsName(String masterPublicDnsName)
The public DNS name of the master EC2 instance.
masterPublicDnsName
- The public DNS name of the master EC2 instance.Cluster.Builder configurations(Collection<Configuration> configurations)
Amazon EMR releases 4.x or later.
The list of Configurations supplied to the EMR cluster.
configurations
- Amazon EMR releases 4.x or later.
The list of Configurations supplied to the EMR cluster.
Cluster.Builder configurations(Configuration... configurations)
Amazon EMR releases 4.x or later.
The list of Configurations supplied to the EMR cluster.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigurations(java.util.Collection)
or #withConfigurations(java.util.Collection)
if you
want to override the existing values.
configurations
- Amazon EMR releases 4.x or later.
The list of Configurations supplied to the EMR cluster.
Cluster.Builder securityConfiguration(String securityConfiguration)
The name of the security configuration applied to the cluster.
securityConfiguration
- The name of the security configuration applied to the cluster.Cluster.Builder autoScalingRole(String autoScalingRole)
An IAM role for automatic scaling policies. The default role is EMR_AutoScaling_DefaultRole
. The
IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2
instances in an instance group.
autoScalingRole
- An IAM role for automatic scaling policies. The default role is
EMR_AutoScaling_DefaultRole
. The IAM role provides permissions that the automatic scaling
feature requires to launch and terminate EC2 instances in an instance group.Cluster.Builder scaleDownBehavior(String scaleDownBehavior)
The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an
instance group is resized. TERMINATE_AT_INSTANCE_HOUR
indicates that Amazon EMR terminates nodes
at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This
option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that
version. TERMINATE_AT_TASK_COMPLETION
indicates that Amazon EMR blacklists and drains tasks from
nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either
behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to
HDFS corruption. TERMINATE_AT_TASK_COMPLETION
is available only in Amazon EMR version 4.1.0 and
later, and is the default for versions of Amazon EMR earlier than 5.1.0.
scaleDownBehavior
- The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or
an instance group is resized. TERMINATE_AT_INSTANCE_HOUR
indicates that Amazon EMR
terminates nodes at the instance-hour boundary, regardless of when the request to terminate the
instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the
default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION
indicates
that Amazon EMR blacklists and drains tasks from nodes before terminating the Amazon EC2 instances,
regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active
nodes first and blocks instance termination if it could lead to HDFS corruption.
TERMINATE_AT_TASK_COMPLETION
is available only in Amazon EMR version 4.1.0 and later, and
is the default for versions of Amazon EMR earlier than 5.1.0.ScaleDownBehavior
Cluster.Builder scaleDownBehavior(ScaleDownBehavior scaleDownBehavior)
The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an
instance group is resized. TERMINATE_AT_INSTANCE_HOUR
indicates that Amazon EMR terminates nodes
at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This
option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that
version. TERMINATE_AT_TASK_COMPLETION
indicates that Amazon EMR blacklists and drains tasks from
nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either
behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to
HDFS corruption. TERMINATE_AT_TASK_COMPLETION
is available only in Amazon EMR version 4.1.0 and
later, and is the default for versions of Amazon EMR earlier than 5.1.0.
scaleDownBehavior
- The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or
an instance group is resized. TERMINATE_AT_INSTANCE_HOUR
indicates that Amazon EMR
terminates nodes at the instance-hour boundary, regardless of when the request to terminate the
instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the
default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION
indicates
that Amazon EMR blacklists and drains tasks from nodes before terminating the Amazon EC2 instances,
regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active
nodes first and blocks instance termination if it could lead to HDFS corruption.
TERMINATE_AT_TASK_COMPLETION
is available only in Amazon EMR version 4.1.0 and later, and
is the default for versions of Amazon EMR earlier than 5.1.0.ScaleDownBehavior
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.