Interface DescribeCapacityBlockOfferingsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeCapacityBlockOfferingsRequest.Builder,
,DescribeCapacityBlockOfferingsRequest> Ec2Request.Builder
,SdkBuilder<DescribeCapacityBlockOfferingsRequest.Builder,
,DescribeCapacityBlockOfferingsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeCapacityBlockOfferingsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncapacityDurationHours
(Integer capacityDurationHours) The reservation duration for the Capacity Block, in hours.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.endDateRange
(Instant endDateRange) The latest end date for the Capacity Block offering.instanceCount
(Integer instanceCount) The number of instances for which to reserve capacity.instanceType
(String instanceType) The type of instance for which the Capacity Block offering reserves capacity.maxResults
(Integer maxResults) The maximum number of items to return for this request.The token to use to retrieve the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.startDateRange
(Instant startDateRange) The earliest start date for the Capacity Block offering.ultraserverCount
(Integer ultraserverCount) The number of EC2 UltraServers in the offerings.ultraserverType
(String ultraserverType) The EC2 UltraServer type of the Capacity Block offerings.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 Details
-
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
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
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
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
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
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
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
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.
-
ultraserverType
The EC2 UltraServer type of the Capacity Block offerings.
- Parameters:
ultraserverType
- The EC2 UltraServer type of the Capacity Block offerings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ultraserverCount
The number of EC2 UltraServers in the offerings.
- Parameters:
ultraserverCount
- The number of EC2 UltraServers in the offerings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCapacityBlockOfferingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeCapacityBlockOfferingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-