public static interface PlacementGroupConfig.Builder extends SdkPojo, CopyableBuilder<PlacementGroupConfig.Builder,PlacementGroupConfig>
| Modifier and Type | Method and Description |
|---|---|
PlacementGroupConfig.Builder |
instanceRole(InstanceRoleType instanceRole)
Role of the instance in the cluster.
|
PlacementGroupConfig.Builder |
instanceRole(String instanceRole)
Role of the instance in the cluster.
|
PlacementGroupConfig.Builder |
placementStrategy(PlacementGroupStrategy placementStrategy)
Amazon EC2 Placement Group strategy associated with instance role.
|
PlacementGroupConfig.Builder |
placementStrategy(String placementStrategy)
Amazon EC2 Placement Group strategy associated with instance role.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlacementGroupConfig.Builder instanceRole(String instanceRole)
Role of the instance in the cluster.
Starting with Amazon EMR release 5.23.0, the only supported instance role is MASTER.
instanceRole - Role of the instance in the cluster.
Starting with Amazon EMR release 5.23.0, the only supported instance role is MASTER.
InstanceRoleType,
InstanceRoleTypePlacementGroupConfig.Builder instanceRole(InstanceRoleType instanceRole)
Role of the instance in the cluster.
Starting with Amazon EMR release 5.23.0, the only supported instance role is MASTER.
instanceRole - Role of the instance in the cluster.
Starting with Amazon EMR release 5.23.0, the only supported instance role is MASTER.
InstanceRoleType,
InstanceRoleTypePlacementGroupConfig.Builder placementStrategy(String placementStrategy)
Amazon EC2 Placement Group strategy associated with instance role.
Starting with Amazon EMR release 5.23.0, the only supported placement strategy is SPREAD for the
MASTER instance role.
placementStrategy - Amazon EC2 Placement Group strategy associated with instance role.
Starting with Amazon EMR release 5.23.0, the only supported placement strategy is SPREAD
for the MASTER instance role.
PlacementGroupStrategy,
PlacementGroupStrategyPlacementGroupConfig.Builder placementStrategy(PlacementGroupStrategy placementStrategy)
Amazon EC2 Placement Group strategy associated with instance role.
Starting with Amazon EMR release 5.23.0, the only supported placement strategy is SPREAD for the
MASTER instance role.
placementStrategy - Amazon EC2 Placement Group strategy associated with instance role.
Starting with Amazon EMR release 5.23.0, the only supported placement strategy is SPREAD
for the MASTER instance role.
PlacementGroupStrategy,
PlacementGroupStrategyCopyright © 2023. All rights reserved.