Class SpotPrice
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SpotPrice.Builder,SpotPrice>
The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.
If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Availability Zone.final StringThe ID of the Availability Zone.static SpotPrice.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstanceTypeThe instance type.final StringThe instance type.final RIProductDescriptionA general description of the AMI.final StringA general description of the AMI.static Class<? extends SpotPrice.Builder>final StringThe maximum price per unit hour that you are willing to pay for a Spot Instance.final InstantThe date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).final StringtoString()Returns a string representation of this object.Methods 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
-
availabilityZone
The Availability Zone.
- Returns:
- The Availability Zone.
-
availabilityZoneId
The ID of the Availability Zone.
- Returns:
- The ID of the Availability Zone.
-
instanceType
The instance type.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
- The instance type.
- See Also:
-
instanceTypeAsString
The instance type.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
- The instance type.
- See Also:
-
productDescription
A general description of the AMI.
If the service returns an enum value that is not available in the current SDK version,
productDescriptionwill returnRIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproductDescriptionAsString().- Returns:
- A general description of the AMI.
- See Also:
-
productDescriptionAsString
A general description of the AMI.
If the service returns an enum value that is not available in the current SDK version,
productDescriptionwill returnRIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproductDescriptionAsString().- Returns:
- A general description of the AMI.
- See Also:
-
spotPrice
The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.
If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
- Returns:
- The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
using this parameter because it can lead to increased interruptions. If you do not specify this
parameter, you will pay the current Spot price.
If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
-
timestamp
The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
- Returns:
- The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SpotPrice.Builder,SpotPrice>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-