public static interface DescribePlacementGroupsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribePlacementGroupsRequest.Builder,DescribePlacementGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePlacementGroupsRequest.Builder |
filters(Collection<Filter> filters)
The filters.
|
DescribePlacementGroupsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters.
|
DescribePlacementGroupsRequest.Builder |
filters(Filter... filters)
The filters.
|
DescribePlacementGroupsRequest.Builder |
groupNames(Collection<String> groupNames)
The names of the placement groups.
|
DescribePlacementGroupsRequest.Builder |
groupNames(String... groupNames)
The names of the placement groups.
|
DescribePlacementGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePlacementGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildDescribePlacementGroupsRequest.Builder filters(Collection<Filter> filters)
The filters.
group-name - The name of the placement group.
state - The state of the placement group (pending | available |
deleting | deleted).
strategy - The strategy of the placement group (cluster | spread |
partition).
filters - The filters.
group-name - The name of the placement group.
state - The state of the placement group (pending | available |
deleting | deleted).
strategy - The strategy of the placement group (cluster |
spread | partition).
DescribePlacementGroupsRequest.Builder filters(Filter... filters)
The filters.
group-name - The name of the placement group.
state - The state of the placement group (pending | available |
deleting | deleted).
strategy - The strategy of the placement group (cluster | spread |
partition).
filters - The filters.
group-name - The name of the placement group.
state - The state of the placement group (pending | available |
deleting | deleted).
strategy - The strategy of the placement group (cluster |
spread | partition).
DescribePlacementGroupsRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters.
group-name - The name of the placement group.
state - The state of the placement group (pending | available |
deleting | deleted).
strategy - The strategy of the placement group (cluster | spread |
partition).
List.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 #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribePlacementGroupsRequest.Builder groupNames(Collection<String> groupNames)
The names of the placement groups.
Default: Describes all your placement groups, or only those otherwise specified.
groupNames - The names of the placement groups.
Default: Describes all your placement groups, or only those otherwise specified.
DescribePlacementGroupsRequest.Builder groupNames(String... groupNames)
The names of the placement groups.
Default: Describes all your placement groups, or only those otherwise specified.
groupNames - The names of the placement groups.
Default: Describes all your placement groups, or only those otherwise specified.
DescribePlacementGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePlacementGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.