Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
PlacementType |
PlacementType.clone() |
PlacementType |
JobFlowInstancesConfig.getPlacement()
The Availability Zone the job flow will run in.
|
PlacementType |
JobFlowInstancesDetail.getPlacement()
The Amazon EC2 Availability Zone for the job flow.
|
PlacementType |
PlacementType.withAvailabilityZone(String availabilityZone)
The Amazon EC2 Availability Zone for the job flow.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFlowInstancesConfig.setPlacement(PlacementType placement)
The Availability Zone the job flow will run in.
|
void |
JobFlowInstancesDetail.setPlacement(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.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withPlacement(PlacementType placement)
The Amazon EC2 Availability Zone for the job flow.
|
Copyright © 2018. All rights reserved.