Interface DescribeCapacityBlocksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCapacityBlocksResponse.Builder,DescribeCapacityBlocksResponse>,Ec2Response.Builder,SdkBuilder<DescribeCapacityBlocksResponse.Builder,DescribeCapacityBlocksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeCapacityBlocksResponse
@Mutable @NotThreadSafe public static interface DescribeCapacityBlocksResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeCapacityBlocksResponse.Builder,DescribeCapacityBlocksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCapacityBlocksResponse.BuildercapacityBlocks(Collection<CapacityBlock> capacityBlocks)The Capacity Blocks.DescribeCapacityBlocksResponse.BuildercapacityBlocks(Consumer<CapacityBlock.Builder>... capacityBlocks)The Capacity Blocks.DescribeCapacityBlocksResponse.BuildercapacityBlocks(CapacityBlock... capacityBlocks)The Capacity Blocks.DescribeCapacityBlocksResponse.BuildernextToken(String nextToken)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
capacityBlocks
DescribeCapacityBlocksResponse.Builder capacityBlocks(Collection<CapacityBlock> capacityBlocks)
The Capacity Blocks.
- Parameters:
capacityBlocks- The Capacity Blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityBlocks
DescribeCapacityBlocksResponse.Builder capacityBlocks(CapacityBlock... capacityBlocks)
The Capacity Blocks.
- Parameters:
capacityBlocks- The Capacity Blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityBlocks
DescribeCapacityBlocksResponse.Builder capacityBlocks(Consumer<CapacityBlock.Builder>... capacityBlocks)
The Capacity Blocks.
This is a convenience method that creates an instance of theCapacityBlock.Builderavoiding the need to create one manually viaCapacityBlock.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#capacityBlocks(List.) - Parameters:
capacityBlocks- a consumer that will call methods onCapacityBlock.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#capacityBlocks(java.util.Collection)
-
nextToken
DescribeCapacityBlocksResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-