Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<JobFlowDetail> |
DescribeJobFlowsResult.jobFlows
A list of job flows matching the parameters supplied.
|
Modifier and Type | Method and Description |
---|---|
JobFlowDetail |
JobFlowDetail.clone() |
JobFlowDetail |
JobFlowDetail.withAmiVersion(java.lang.String amiVersion)
The version of the AMI used to initialize Amazon EC2 instances in the job
flow.
|
JobFlowDetail |
JobFlowDetail.withBootstrapActions(BootstrapActionDetail... bootstrapActions)
A list of the bootstrap actions run by the job flow.
|
JobFlowDetail |
JobFlowDetail.withBootstrapActions(java.util.Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow.
|
JobFlowDetail |
JobFlowDetail.withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
Describes the execution status of the job flow.
|
JobFlowDetail |
JobFlowDetail.withInstances(JobFlowInstancesDetail instances)
Describes the Amazon EC2 instances of the job flow.
|
JobFlowDetail |
JobFlowDetail.withJobFlowId(java.lang.String jobFlowId)
The job flow identifier.
|
JobFlowDetail |
JobFlowDetail.withJobFlowRole(java.lang.String jobFlowRole)
The IAM role that was specified when the job flow was launched.
|
JobFlowDetail |
JobFlowDetail.withLogUri(java.lang.String logUri)
The location in Amazon S3 where log files for the job are stored.
|
JobFlowDetail |
JobFlowDetail.withName(java.lang.String name)
The name of the job flow.
|
JobFlowDetail |
JobFlowDetail.withServiceRole(java.lang.String serviceRole)
The IAM role that will be assumed by the Amazon EMR service to access AWS
resources on your behalf.
|
JobFlowDetail |
JobFlowDetail.withSteps(java.util.Collection<StepDetail> steps)
A list of steps run by the job flow.
|
JobFlowDetail |
JobFlowDetail.withSteps(StepDetail... steps)
A list of steps run by the job flow.
|
JobFlowDetail |
JobFlowDetail.withSupportedProducts(java.util.Collection<java.lang.String> supportedProducts)
A list of strings set by third party software when the job flow is
launched.
|
JobFlowDetail |
JobFlowDetail.withSupportedProducts(java.lang.String... supportedProducts)
A list of strings set by third party software when the job flow is
launched.
|
JobFlowDetail |
JobFlowDetail.withVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
Specifies 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 |
---|---|
java.util.List<JobFlowDetail> |
DescribeJobFlowsResult.getJobFlows()
A list of job flows matching the parameters supplied.
|
Modifier and Type | Method and Description |
---|---|
DescribeJobFlowsResult |
DescribeJobFlowsResult.withJobFlows(JobFlowDetail... jobFlows)
A list of job flows matching the parameters supplied.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeJobFlowsResult.setJobFlows(java.util.Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.
|
DescribeJobFlowsResult |
DescribeJobFlowsResult.withJobFlows(java.util.Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.
|
Modifier and Type | Method and Description |
---|---|
JobFlowDetail |
JobFlowDetailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobFlowDetailJsonMarshaller.marshall(JobFlowDetail jobFlowDetail,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|