public static interface DescribePoolsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribePoolsResponse.Builder,DescribePoolsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePoolsResponse.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribePoolsResponse.Builder |
pools(Collection<PoolInformation> pools)
An array of PoolInformation objects that contain the details for the requested pools.
|
DescribePoolsResponse.Builder |
pools(Consumer<PoolInformation.Builder>... pools)
An array of PoolInformation objects that contain the details for the requested pools.
|
DescribePoolsResponse.Builder |
pools(PoolInformation... pools)
An array of PoolInformation objects that contain the details for the requested pools.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePoolsResponse.Builder pools(Collection<PoolInformation> pools)
An array of PoolInformation objects that contain the details for the requested pools.
pools - An array of PoolInformation objects that contain the details for the requested pools.DescribePoolsResponse.Builder pools(PoolInformation... pools)
An array of PoolInformation objects that contain the details for the requested pools.
pools - An array of PoolInformation objects that contain the details for the requested pools.DescribePoolsResponse.Builder pools(Consumer<PoolInformation.Builder>... pools)
An array of PoolInformation objects that contain the details for the requested pools.
This is a convenience method that creates an instance of thePoolInformation.Builder avoiding the need to
create one manually via
PoolInformation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pools(List.
pools - a consumer that will call methods on
PoolInformation.Builder#pools(java.util.Collection) DescribePoolsResponse.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no
more results.Copyright © 2023. All rights reserved.