Class DescribeCapacityBlockOfferingsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeCapacityBlockOfferingsRequest.Builder,DescribeCapacityBlockOfferingsRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanInclude all Availability Zones and Local Zones, regardless of your opt-in status.builder()final IntegerThe reservation duration for the Capacity Block, in hours.final BooleandryRun()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.final InstantThe latest end date for the Capacity Block offering.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe number of instances for which to reserve capacity.final StringThe type of instance for which the Capacity Block offering reserves capacity.final IntegerThe maximum number of items to return for this request.final StringThe token to use to retrieve the next page of results.static Class<? extends DescribeCapacityBlockOfferingsRequest.Builder>final InstantThe earliest start date for the Capacity Block offering.final StringtoString()Returns a string representation of this object.final IntegerThe number of EC2 UltraServers in the offerings.final StringThe EC2 UltraServer type of the Capacity Block offerings.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
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.- Returns:
- 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.
-
instanceType
The type of instance for which the Capacity Block offering reserves capacity.
- Returns:
- The type of instance for which the Capacity Block offering reserves capacity.
-
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:
- 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.
-
startDateRange
The earliest start date for the Capacity Block offering.
- Returns:
- The earliest start date for the Capacity Block offering.
-
endDateRange
The latest end date for the Capacity Block offering.
- Returns:
- The latest end date for the Capacity Block offering.
-
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:
- 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.
-
nextToken
The token to use to retrieve the next page of results.
- Returns:
- The token to use to retrieve the next page of results.
-
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:
- 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.
-
ultraserverType
The EC2 UltraServer type of the Capacity Block offerings.
- Returns:
- The EC2 UltraServer type of the Capacity Block offerings.
-
ultraserverCount
The number of EC2 UltraServers in the offerings.
- Returns:
- The number of EC2 UltraServers in the offerings.
-
allAvailabilityZones
Include all Availability Zones and Local Zones, regardless of your opt-in status. If you do not use this parameter, the results include available offerings from all Availability Zones in the Amazon Web Services Region and Local Zones you are opted into.
- Returns:
- Include all Availability Zones and Local Zones, regardless of your opt-in status. If you do not use this parameter, the results include available offerings from all Availability Zones in the Amazon Web Services Region and Local Zones you are opted into.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeCapacityBlockOfferingsRequest.Builder,DescribeCapacityBlockOfferingsRequest> - Specified by:
toBuilderin classEc2Request
-
builder
-
serializableBuilderClass
public static Class<? extends DescribeCapacityBlockOfferingsRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-