Interface DescribeCoipPoolsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeCoipPoolsResponse.Builder,
,DescribeCoipPoolsResponse> Ec2Response.Builder
,SdkBuilder<DescribeCoipPoolsResponse.Builder,
,DescribeCoipPoolsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeCoipPoolsResponse
public static interface DescribeCoipPoolsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeCoipPoolsResponse.Builder,DescribeCoipPoolsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncoipPools
(Collection<CoipPool> coipPools) Information about the address pools.coipPools
(Consumer<CoipPool.Builder>... coipPools) Information about the address pools.Information about the address pools.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
coipPools
Information about the address pools.
- Parameters:
coipPools
- Information about the address pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coipPools
Information about the address pools.
- Parameters:
coipPools
- Information about the address pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coipPools
Information about the address pools.
This is a convenience method that creates an instance of theCoipPool.Builder
avoiding the need to create one manually viaCoipPool.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocoipPools(List<CoipPool>)
.- Parameters:
coipPools
- a consumer that will call methods onCoipPool.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-