Interface DescribeCapacityBlockOfferingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeCapacityBlockOfferingsRequest.Builder,DescribeCapacityBlockOfferingsRequest>,Ec2Request.Builder,SdkBuilder<DescribeCapacityBlockOfferingsRequest.Builder,DescribeCapacityBlockOfferingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeCapacityBlockOfferingsRequest
@Mutable @NotThreadSafe public static interface DescribeCapacityBlockOfferingsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeCapacityBlockOfferingsRequest.Builder,DescribeCapacityBlockOfferingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCapacityBlockOfferingsRequest.BuildercapacityDurationHours(Integer capacityDurationHours)The reservation duration for the Capacity Block, in hours.DescribeCapacityBlockOfferingsRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeCapacityBlockOfferingsRequest.BuilderendDateRange(Instant endDateRange)The latest end date for the Capacity Block offering.DescribeCapacityBlockOfferingsRequest.BuilderinstanceCount(Integer instanceCount)The number of instances for which to reserve capacity.DescribeCapacityBlockOfferingsRequest.BuilderinstanceType(String instanceType)The type of instance for which the Capacity Block offering reserves capacity.DescribeCapacityBlockOfferingsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return for this request.DescribeCapacityBlockOfferingsRequest.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.DescribeCapacityBlockOfferingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCapacityBlockOfferingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeCapacityBlockOfferingsRequest.BuilderstartDateRange(Instant startDateRange)The earliest start date for the Capacity Block offering.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dryRun
DescribeCapacityBlockOfferingsRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
DescribeCapacityBlockOfferingsRequest.Builder instanceType(String instanceType)
The type of instance for which the Capacity Block offering reserves capacity.
- Parameters:
instanceType- The type of instance for which the Capacity Block offering reserves capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceCount
DescribeCapacityBlockOfferingsRequest.Builder instanceCount(Integer instanceCount)
The number of instances for which to reserve capacity. Each Capacity Block can have up to 64 instances, and you can have up to 256 instances across Capacity Blocks.
- Parameters:
instanceCount- The number of instances for which to reserve capacity. Each Capacity Block can have up to 64 instances, and you can have up to 256 instances across Capacity Blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDateRange
DescribeCapacityBlockOfferingsRequest.Builder startDateRange(Instant startDateRange)
The earliest start date for the Capacity Block offering.
- Parameters:
startDateRange- The earliest start date for the Capacity Block offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDateRange
DescribeCapacityBlockOfferingsRequest.Builder endDateRange(Instant endDateRange)
The latest end date for the Capacity Block offering.
- Parameters:
endDateRange- The latest end date for the Capacity Block offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityDurationHours
DescribeCapacityBlockOfferingsRequest.Builder capacityDurationHours(Integer capacityDurationHours)
The reservation duration for the Capacity Block, in hours. You must specify the duration in 1-day increments up 14 days, and in 7-day increments up to 182 days.
- Parameters:
capacityDurationHours- The reservation duration for the Capacity Block, in hours. You must specify the duration in 1-day increments up 14 days, and in 7-day increments up to 182 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeCapacityBlockOfferingsRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
- Parameters:
nextToken- The token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeCapacityBlockOfferingsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
- Parameters:
maxResults- The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCapacityBlockOfferingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCapacityBlockOfferingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-