public static interface PlacementGroup.Builder extends CopyableBuilder<PlacementGroup.Builder,PlacementGroup>
| Modifier and Type | Method and Description |
|---|---|
PlacementGroup.Builder |
groupName(String groupName)
The name of the placement group.
|
PlacementGroup.Builder |
state(PlacementGroupState state)
The state of the placement group.
|
PlacementGroup.Builder |
state(String state)
The state of the placement group.
|
PlacementGroup.Builder |
strategy(PlacementStrategy strategy)
The placement strategy.
|
PlacementGroup.Builder |
strategy(String strategy)
The placement strategy.
|
copyapply, buildPlacementGroup.Builder groupName(String groupName)
The name of the placement group.
groupName - The name of the placement group.PlacementGroup.Builder state(String state)
The state of the placement group.
state - The state of the placement group.PlacementGroupState,
PlacementGroupStatePlacementGroup.Builder state(PlacementGroupState state)
The state of the placement group.
state - The state of the placement group.PlacementGroupState,
PlacementGroupStatePlacementGroup.Builder strategy(String strategy)
The placement strategy.
strategy - The placement strategy.PlacementStrategy,
PlacementStrategyPlacementGroup.Builder strategy(PlacementStrategy strategy)
The placement strategy.
strategy - The placement strategy.PlacementStrategy,
PlacementStrategyCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.