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 number of hours for which to reserve Capacity Block.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.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, 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.
- Parameters:
instanceCount
- The number of instances for which to reserve capacity.- 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 number of hours for which to reserve Capacity Block.
- Parameters:
capacityDurationHours
- The number of hours for which to reserve Capacity Block.- 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.
-
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.
-