Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private PlacementType |
JobFlowInstancesDetail.placement
The Amazon EC2 Availability Zone for the job flow.
|
private PlacementType |
JobFlowInstancesConfig.placement
The Availability Zone the job flow will run in.
|
Modifier and Type | Method and Description |
---|---|
PlacementType |
PlacementType.clone() |
PlacementType |
JobFlowInstancesDetail.getPlacement()
The Amazon EC2 Availability Zone for the job flow.
|
PlacementType |
JobFlowInstancesConfig.getPlacement()
The Availability Zone the job flow will run in.
|
PlacementType |
PlacementType.withAvailabilityZone(java.lang.String availabilityZone)
The Amazon EC2 Availability Zone for the job flow.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFlowInstancesDetail.setPlacement(PlacementType placement)
The Amazon EC2 Availability Zone for the job flow.
|
void |
JobFlowInstancesConfig.setPlacement(PlacementType placement)
The Availability Zone the job flow will run in.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withPlacement(PlacementType placement)
The Amazon EC2 Availability Zone for the job flow.
|
JobFlowInstancesConfig |
JobFlowInstancesConfig.withPlacement(PlacementType placement)
The Availability Zone the job flow will run in.
|
Modifier and Type | Method and Description |
---|---|
PlacementType |
PlacementTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PlacementTypeJsonMarshaller.marshall(PlacementType placementType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|