public static interface DescribeCoipPoolsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeCoipPoolsResponse.Builder,DescribeCoipPoolsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCoipPoolsResponse.Builder |
coipPools(CoipPool... coipPools)
Information about the address pools.
|
DescribeCoipPoolsResponse.Builder |
coipPools(Collection<CoipPool> coipPools)
Information about the address pools.
|
DescribeCoipPoolsResponse.Builder |
coipPools(Consumer<CoipPool.Builder>... coipPools)
Information about the address pools.
|
DescribeCoipPoolsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeCoipPoolsResponse.Builder coipPools(Collection<CoipPool> coipPools)
Information about the address pools.
coipPools
- Information about the address pools.DescribeCoipPoolsResponse.Builder coipPools(CoipPool... coipPools)
Information about the address pools.
coipPools
- Information about the address pools.DescribeCoipPoolsResponse.Builder coipPools(Consumer<CoipPool.Builder>... coipPools)
Information about the address pools.
This is a convenience method 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 #coipPools(List)
.coipPools
- a consumer that will call methods on List.Builder
#coipPools(List)
DescribeCoipPoolsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2022. All rights reserved.