Class CapacityReservationSpecification
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.CapacityReservationSpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CapacityReservationSpecification.Builder,CapacityReservationSpecification>
@Generated("software.amazon.awssdk:codegen") public final class CapacityReservationSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CapacityReservationSpecification.Builder,CapacityReservationSpecification>
Describes an instance's Capacity Reservation targeting option. You can specify only one parameter at a time. If you specify
CapacityReservationPreferenceandCapacityReservationTarget, the request fails.Use the
CapacityReservationPreferenceparameter to configure the instance to run as an On-Demand Instance or to run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). Use theCapacityReservationTargetparameter to explicitly target a specific Capacity Reservation or a Capacity Reservation group.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCapacityReservationSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CapacityReservationSpecification.Builderbuilder()CapacityReservationPreferencecapacityReservationPreference()Indicates the instance's Capacity Reservation preferences.StringcapacityReservationPreferenceAsString()Indicates the instance's Capacity Reservation preferences.CapacityReservationTargetcapacityReservationTarget()Information about the target Capacity Reservation or Capacity Reservation group.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CapacityReservationSpecification.Builder>serializableBuilderClass()CapacityReservationSpecification.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
capacityReservationPreference
public final CapacityReservationPreference capacityReservationPreference()
Indicates the instance's Capacity Reservation preferences. Possible preferences include:
-
open- The instance can run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none- The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.
If the service returns an enum value that is not available in the current SDK version,
capacityReservationPreferencewill returnCapacityReservationPreference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcapacityReservationPreferenceAsString().- Returns:
- Indicates the instance's Capacity Reservation preferences. Possible preferences include:
-
open- The instance can run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none- The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.
-
- See Also:
CapacityReservationPreference
-
-
capacityReservationPreferenceAsString
public final String capacityReservationPreferenceAsString()
Indicates the instance's Capacity Reservation preferences. Possible preferences include:
-
open- The instance can run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none- The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.
If the service returns an enum value that is not available in the current SDK version,
capacityReservationPreferencewill returnCapacityReservationPreference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcapacityReservationPreferenceAsString().- Returns:
- Indicates the instance's Capacity Reservation preferences. Possible preferences include:
-
open- The instance can run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none- The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.
-
- See Also:
CapacityReservationPreference
-
-
capacityReservationTarget
public final CapacityReservationTarget capacityReservationTarget()
Information about the target Capacity Reservation or Capacity Reservation group.
- Returns:
- Information about the target Capacity Reservation or Capacity Reservation group.
-
toBuilder
public CapacityReservationSpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CapacityReservationSpecification.Builder,CapacityReservationSpecification>
-
builder
public static CapacityReservationSpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends CapacityReservationSpecification.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-