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