public static interface DescribePoolsRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<DescribePoolsRequest.Builder,DescribePoolsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePoolsRequest.Builder |
filters(Collection<PoolFilter> filters)
An array of PoolFilter objects to filter the results.
|
DescribePoolsRequest.Builder |
filters(Consumer<PoolFilter.Builder>... filters)
An array of PoolFilter objects to filter the results.
|
DescribePoolsRequest.Builder |
filters(PoolFilter... filters)
An array of PoolFilter objects to filter the results.
|
DescribePoolsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per each request.
|
DescribePoolsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribePoolsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePoolsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribePoolsRequest.Builder |
poolIds(Collection<String> poolIds)
The unique identifier of pools to find.
|
DescribePoolsRequest.Builder |
poolIds(String... poolIds)
The unique identifier of pools to find.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePoolsRequest.Builder poolIds(Collection<String> poolIds)
The unique identifier of pools to find. This is an array of strings that can be either the PoolId or PoolArn.
poolIds - The unique identifier of pools to find. This is an array of strings that can be either the PoolId or
PoolArn.DescribePoolsRequest.Builder poolIds(String... poolIds)
The unique identifier of pools to find. This is an array of strings that can be either the PoolId or PoolArn.
poolIds - The unique identifier of pools to find. This is an array of strings that can be either the PoolId or
PoolArn.DescribePoolsRequest.Builder filters(Collection<PoolFilter> filters)
An array of PoolFilter objects to filter the results.
filters - An array of PoolFilter objects to filter the results.DescribePoolsRequest.Builder filters(PoolFilter... filters)
An array of PoolFilter objects to filter the results.
filters - An array of PoolFilter objects to filter the results.DescribePoolsRequest.Builder filters(Consumer<PoolFilter.Builder>... filters)
An array of PoolFilter objects to filter the results.
This is a convenience method that creates an instance of thePoolFilter.Builder avoiding the need to
create one manually via PoolFilter.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
PoolFilter.Builder#filters(java.util.Collection) DescribePoolsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken - The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.DescribePoolsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults - The maximum number of results to return per each request.DescribePoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.