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
Modifier and TypeMethodDescriptioncapacityBlocks(Collection<CapacityBlock> capacityBlocks) The Capacity Blocks.capacityBlocks(Consumer<CapacityBlock.Builder>... capacityBlocks) The Capacity Blocks.capacityBlocks(CapacityBlock... capacityBlocks) The Capacity Blocks.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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 tocapacityBlocks(List<CapacityBlock>).- 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:
-
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.
-