public static interface DescribeCapacityBlockOfferingsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeCapacityBlockOfferingsResponse.Builder,DescribeCapacityBlockOfferingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCapacityBlockOfferingsResponse.Builder |
capacityBlockOfferings(CapacityBlockOffering... capacityBlockOfferings)
The recommended Capacity Block offering for the dates specified.
|
DescribeCapacityBlockOfferingsResponse.Builder |
capacityBlockOfferings(Collection<CapacityBlockOffering> capacityBlockOfferings)
The recommended Capacity Block offering for the dates specified.
|
DescribeCapacityBlockOfferingsResponse.Builder |
capacityBlockOfferings(Consumer<CapacityBlockOffering.Builder>... capacityBlockOfferings)
The recommended Capacity Block offering for the dates specified.
|
DescribeCapacityBlockOfferingsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCapacityBlockOfferingsResponse.Builder capacityBlockOfferings(Collection<CapacityBlockOffering> capacityBlockOfferings)
The recommended Capacity Block offering for the dates specified.
capacityBlockOfferings - The recommended Capacity Block offering for the dates specified.DescribeCapacityBlockOfferingsResponse.Builder capacityBlockOfferings(CapacityBlockOffering... capacityBlockOfferings)
The recommended Capacity Block offering for the dates specified.
capacityBlockOfferings - The recommended Capacity Block offering for the dates specified.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 via CapacityBlockOffering.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #capacityBlockOfferings(List.
capacityBlockOfferings - a consumer that will call methods on
CapacityBlockOffering.Builder#capacityBlockOfferings(java.util.Collection) DescribeCapacityBlockOfferingsResponse.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 © 2023. All rights reserved.