public static interface CreatePlacementGroupRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreatePlacementGroupRequest.Builder,CreatePlacementGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePlacementGroupRequest.Builder groupName(String groupName)
A name for the placement group. Must be unique within the scope of your account for the Region.
Constraints: Up to 255 ASCII characters
groupName - A name for the placement group. Must be unique within the scope of your account for the Region.
Constraints: Up to 255 ASCII characters
CreatePlacementGroupRequest.Builder strategy(String strategy)
The placement strategy.
strategy - The placement strategy.PlacementStrategy,
PlacementStrategyCreatePlacementGroupRequest.Builder strategy(PlacementStrategy strategy)
The placement strategy.
strategy - The placement strategy.PlacementStrategy,
PlacementStrategyCreatePlacementGroupRequest.Builder partitionCount(Integer partitionCount)
The number of partitions. Valid only when Strategy is set to partition.
partitionCount - The number of partitions. Valid only when Strategy is set to partition.CreatePlacementGroupRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the new placement group.
tagSpecifications - The tags to apply to the new placement group.CreatePlacementGroupRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the new placement group.
tagSpecifications - The tags to apply to the new placement group.CreatePlacementGroupRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the new placement group.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #tagSpecifications(List) .tagSpecifications - a consumer that will call methods on List.Builder #tagSpecifications(List) CreatePlacementGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePlacementGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.