Interface DescribeCapacityBlockOfferingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeCapacityBlockOfferingsResponse.Builder,
,DescribeCapacityBlockOfferingsResponse> Ec2Response.Builder
,SdkBuilder<DescribeCapacityBlockOfferingsResponse.Builder,
,DescribeCapacityBlockOfferingsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeCapacityBlockOfferingsResponse
public static interface DescribeCapacityBlockOfferingsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeCapacityBlockOfferingsResponse.Builder,DescribeCapacityBlockOfferingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityBlockOfferings
(Collection<CapacityBlockOffering> capacityBlockOfferings) The recommended Capacity Block offering for the dates specified.capacityBlockOfferings
(Consumer<CapacityBlockOffering.Builder>... capacityBlockOfferings) The recommended Capacity Block offering for the dates specified.capacityBlockOfferings
(CapacityBlockOffering... capacityBlockOfferings) The recommended Capacity Block offering for the dates specified.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
-
capacityBlockOfferings
DescribeCapacityBlockOfferingsResponse.Builder capacityBlockOfferings(Collection<CapacityBlockOffering> capacityBlockOfferings) The recommended Capacity Block offering for the dates specified.
- Parameters:
capacityBlockOfferings
- The recommended Capacity Block offering for the dates specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityBlockOfferings
DescribeCapacityBlockOfferingsResponse.Builder capacityBlockOfferings(CapacityBlockOffering... capacityBlockOfferings) The recommended Capacity Block offering for the dates specified.
- Parameters:
capacityBlockOfferings
- The recommended Capacity Block offering for the dates specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityBlockOfferings
DescribeCapacityBlockOfferingsResponse.Builder capacityBlockOfferings(Consumer<CapacityBlockOffering.Builder>... capacityBlockOfferings) The recommended Capacity Block offering for the dates specified.
This is a convenience method that creates an instance of theCapacityBlockOffering.Builder
avoiding the need to create one manually viaCapacityBlockOffering.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocapacityBlockOfferings(List<CapacityBlockOffering>)
.- Parameters:
capacityBlockOfferings
- a consumer that will call methods onCapacityBlockOffering.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.
-