Class CapacityBlockOffering

java.lang.Object
software.amazon.awssdk.services.ec2.model.CapacityBlockOffering
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<CapacityBlockOffering.Builder,CapacityBlockOffering>

@Generated("software.amazon.awssdk:codegen") public final class CapacityBlockOffering extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CapacityBlockOffering.Builder,CapacityBlockOffering>

The recommended Capacity Block that fits your search requirements.

See Also:
  • Method Details

    • capacityBlockOfferingId

      public final String capacityBlockOfferingId()

      The ID of the Capacity Block offering.

      Returns:
      The ID of the Capacity Block offering.
    • instanceType

      public final String instanceType()

      The instance type of the Capacity Block offering.

      Returns:
      The instance type of the Capacity Block offering.
    • availabilityZone

      public final String availabilityZone()

      The Availability Zone of the Capacity Block offering.

      Returns:
      The Availability Zone of the Capacity Block offering.
    • instanceCount

      public final Integer instanceCount()

      The number of instances in the Capacity Block offering.

      Returns:
      The number of instances in the Capacity Block offering.
    • startDate

      public final Instant startDate()

      The start date of the Capacity Block offering.

      Returns:
      The start date of the Capacity Block offering.
    • endDate

      public final Instant endDate()

      The end date of the Capacity Block offering.

      Returns:
      The end date of the Capacity Block offering.
    • capacityBlockDurationHours

      public final Integer capacityBlockDurationHours()

      The number of hours (in addition to capacityBlockDurationMinutes) for the duration of the Capacity Block reservation. For example, if a Capacity Block starts at 04:55 and ends at 11:30, the hours field would be 6.

      Returns:
      The number of hours (in addition to capacityBlockDurationMinutes) for the duration of the Capacity Block reservation. For example, if a Capacity Block starts at 04:55 and ends at 11:30, the hours field would be 6.
    • 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.

      Returns:
      The currency of the payment for the Capacity Block.
    • tenancy

      public final CapacityReservationTenancy tenancy()

      The tenancy of the Capacity Block.

      If the service returns an enum value that is not available in the current SDK version, tenancy will return CapacityReservationTenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tenancyAsString().

      Returns:
      The tenancy of the Capacity Block.
      See Also:
    • tenancyAsString

      public final String tenancyAsString()

      The tenancy of the Capacity Block.

      If the service returns an enum value that is not available in the current SDK version, tenancy will return CapacityReservationTenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tenancyAsString().

      Returns:
      The tenancy of the Capacity Block.
      See Also:
    • ultraserverType

      public final String ultraserverType()

      The EC2 UltraServer type of the Capacity Block offering.

      Returns:
      The EC2 UltraServer type of the Capacity Block offering.
    • ultraserverCount

      public final Integer ultraserverCount()

      The number of EC2 UltraServers in the offering.

      Returns:
      The number of EC2 UltraServers in the offering.
    • capacityBlockDurationMinutes

      public final Integer capacityBlockDurationMinutes()

      The number of minutes (in addition to capacityBlockDurationHours) for the duration of the Capacity Block reservation. For example, if a Capacity Block starts at 08:55 and ends at 11:30, the minutes field would be 35.

      Returns:
      The number of minutes (in addition to capacityBlockDurationHours) for the duration of the Capacity Block reservation. For example, if a Capacity Block starts at 08:55 and ends at 11:30, the minutes field would be 35.
    • toBuilder

      public CapacityBlockOffering.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<CapacityBlockOffering.Builder,CapacityBlockOffering>
      Returns:
      a builder for type T
    • builder

      public static CapacityBlockOffering.Builder builder()
    • serializableBuilderClass

      public static Class<? extends CapacityBlockOffering.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo
      Returns:
      The mapping between the field name and its corresponding field.