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.
|
copy
apply, build
PlacementGroup.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
PlacementGroup.Builder state(PlacementGroupState state)
The state of the placement group.
state
- The state of the placement group.PlacementGroupState
PlacementGroup.Builder strategy(String strategy)
The placement strategy.
strategy
- The placement strategy.PlacementStrategy
PlacementGroup.Builder strategy(PlacementStrategy strategy)
The placement strategy.
strategy
- The placement strategy.PlacementStrategy
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.