Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private Cluster |
DescribeClusterResult.cluster
This output contains the details for the requested cluster.
|
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(java.util.Collection<Application> applications)
The applications installed on this cluster.
|
Cluster |
Cluster.withAutoTerminate(java.lang.Boolean autoTerminate)
Specifies whether the cluster should terminate after completing all
steps.
|
Cluster |
Cluster.withConfigurations(java.util.Collection<Configuration> configurations)
|
Cluster |
Cluster.withConfigurations(Configuration... configurations)
|
Cluster |
Cluster.withEc2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes) |
Cluster |
Cluster.withId(java.lang.String id)
The unique identifier for the cluster.
|
Cluster |
Cluster.withLogUri(java.lang.String logUri)
The path to the Amazon S3 location where logs for this cluster are
stored.
|
Cluster |
Cluster.withMasterPublicDnsName(java.lang.String masterPublicDnsName)
The public DNS name of the master EC2 instance.
|
Cluster |
Cluster.withName(java.lang.String name)
The name of the cluster.
|
Cluster |
Cluster.withNormalizedInstanceHours(java.lang.Integer normalizedInstanceHours)
An approximation of the cost of the job flow, represented in
m1.small/hours.
|
Cluster |
Cluster.withReleaseLabel(java.lang.String releaseLabel)
The release label for the Amazon EMR release.
|
Cluster |
Cluster.withRequestedAmiVersion(java.lang.String requestedAmiVersion)
The AMI version requested for this cluster.
|
Cluster |
Cluster.withRunningAmiVersion(java.lang.String runningAmiVersion)
The AMI version running on this cluster.
|
Cluster |
Cluster.withServiceRole(java.lang.String serviceRole)
The IAM role that will be assumed by the Amazon EMR service to access AWS
resources on your behalf.
|
Cluster |
Cluster.withStatus(ClusterStatus status)
The current status details about the cluster.
|
Cluster |
Cluster.withTags(java.util.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(java.lang.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 |
Cluster.withVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
Indicates whether the job flow is visible to all IAM users of the AWS
account associated with the job flow.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterJsonMarshaller.marshall(Cluster cluster,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|