Class CapacityBlockExtension
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.CapacityBlockExtension
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<CapacityBlockExtension.Builder,CapacityBlockExtension>
@Generated("software.amazon.awssdk:codegen") public final class CapacityBlockExtension extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CapacityBlockExtension.Builder,CapacityBlockExtension>
Describes a Capacity Block extension. With an extension, you can extend the duration of time for an existing Capacity Block.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CapacityBlockExtension.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
availabilityZone()
The Availability Zone of the Capacity Block extension.String
availabilityZoneId()
The Availability Zone ID of the Capacity Block extension.static CapacityBlockExtension.Builder
builder()
Integer
capacityBlockExtensionDurationHours()
The duration of the Capacity Block extension in hours.Instant
capacityBlockExtensionEndDate()
The end date of the Capacity Block extension.String
capacityBlockExtensionOfferingId()
The ID of the Capacity Block extension offering.Instant
capacityBlockExtensionPurchaseDate()
The date when the Capacity Block extension was purchased.Instant
capacityBlockExtensionStartDate()
The start date of the Capacity Block extension.CapacityBlockExtensionStatus
capacityBlockExtensionStatus()
The status of the Capacity Block extension.String
capacityBlockExtensionStatusAsString()
The status of the Capacity Block extension.String
capacityReservationId()
The reservation ID of the Capacity Block extension.String
currencyCode()
The currency of the payment for the Capacity Block extension.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Integer
instanceCount()
The number of instances in the Capacity Block extension.String
instanceType()
The instance type of the Capacity Block extension.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends CapacityBlockExtension.Builder>
serializableBuilderClass()
CapacityBlockExtension.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
upfrontFee()
The total price to be paid up front.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
capacityReservationId
public final String capacityReservationId()
The reservation ID of the Capacity Block extension.
- Returns:
- The reservation ID of the Capacity Block extension.
-
instanceType
public final String instanceType()
The instance type of the Capacity Block extension.
- Returns:
- The instance type of the Capacity Block extension.
-
instanceCount
public final Integer instanceCount()
The number of instances in the Capacity Block extension.
- Returns:
- The number of instances in the Capacity Block extension.
-
availabilityZone
public final String availabilityZone()
The Availability Zone of the Capacity Block extension.
- Returns:
- The Availability Zone of the Capacity Block extension.
-
availabilityZoneId
public final String availabilityZoneId()
The Availability Zone ID of the Capacity Block extension.
- Returns:
- The Availability Zone ID of the Capacity Block extension.
-
capacityBlockExtensionOfferingId
public final String capacityBlockExtensionOfferingId()
The ID of the Capacity Block extension offering.
- Returns:
- The ID of the Capacity Block extension offering.
-
capacityBlockExtensionDurationHours
public final Integer capacityBlockExtensionDurationHours()
The duration of the Capacity Block extension in hours.
- Returns:
- The duration of the Capacity Block extension in hours.
-
capacityBlockExtensionStatus
public final CapacityBlockExtensionStatus capacityBlockExtensionStatus()
The status of the Capacity Block extension. A Capacity Block extension can have one of the following statuses:
-
payment-pending
- The Capacity Block extension payment is processing. If your payment can't be processed within 12 hours, the Capacity Block extension is failed. -
payment-failed
- Payment for the Capacity Block extension request was not successful. -
payment-succeeded
- Payment for the Capacity Block extension request was successful. You receive an invoice that reflects the one-time upfront payment. In the invoice, you can associate the paid amount with the Capacity Block reservation ID.
If the service returns an enum value that is not available in the current SDK version,
capacityBlockExtensionStatus
will returnCapacityBlockExtensionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcapacityBlockExtensionStatusAsString()
.- Returns:
- The status of the Capacity Block extension. A Capacity Block extension can have one of the following
statuses:
-
payment-pending
- The Capacity Block extension payment is processing. If your payment can't be processed within 12 hours, the Capacity Block extension is failed. -
payment-failed
- Payment for the Capacity Block extension request was not successful. -
payment-succeeded
- Payment for the Capacity Block extension request was successful. You receive an invoice that reflects the one-time upfront payment. In the invoice, you can associate the paid amount with the Capacity Block reservation ID.
-
- See Also:
CapacityBlockExtensionStatus
-
-
capacityBlockExtensionStatusAsString
public final String capacityBlockExtensionStatusAsString()
The status of the Capacity Block extension. A Capacity Block extension can have one of the following statuses:
-
payment-pending
- The Capacity Block extension payment is processing. If your payment can't be processed within 12 hours, the Capacity Block extension is failed. -
payment-failed
- Payment for the Capacity Block extension request was not successful. -
payment-succeeded
- Payment for the Capacity Block extension request was successful. You receive an invoice that reflects the one-time upfront payment. In the invoice, you can associate the paid amount with the Capacity Block reservation ID.
If the service returns an enum value that is not available in the current SDK version,
capacityBlockExtensionStatus
will returnCapacityBlockExtensionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcapacityBlockExtensionStatusAsString()
.- Returns:
- The status of the Capacity Block extension. A Capacity Block extension can have one of the following
statuses:
-
payment-pending
- The Capacity Block extension payment is processing. If your payment can't be processed within 12 hours, the Capacity Block extension is failed. -
payment-failed
- Payment for the Capacity Block extension request was not successful. -
payment-succeeded
- Payment for the Capacity Block extension request was successful. You receive an invoice that reflects the one-time upfront payment. In the invoice, you can associate the paid amount with the Capacity Block reservation ID.
-
- See Also:
CapacityBlockExtensionStatus
-
-
capacityBlockExtensionPurchaseDate
public final Instant capacityBlockExtensionPurchaseDate()
The date when the Capacity Block extension was purchased.
- Returns:
- The date when the Capacity Block extension was purchased.
-
capacityBlockExtensionStartDate
public final Instant capacityBlockExtensionStartDate()
The start date of the Capacity Block extension.
- Returns:
- The start date of the Capacity Block extension.
-
capacityBlockExtensionEndDate
public final Instant capacityBlockExtensionEndDate()
The end date of the Capacity Block extension.
- Returns:
- The end date of the Capacity Block extension.
-
upfrontFee
public final String upfrontFee()
The total price to be paid up front.
- Returns:
- The total price to be paid up front.
-
currencyCode
public final String currencyCode()
The currency of the payment for the Capacity Block extension.
- Returns:
- The currency of the payment for the Capacity Block extension.
-
toBuilder
public CapacityBlockExtension.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<CapacityBlockExtension.Builder,CapacityBlockExtension>
-
builder
public static CapacityBlockExtension.Builder builder()
-
serializableBuilderClass
public static Class<? extends CapacityBlockExtension.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-