Class LaunchTemplateSpotMarketOptionsRequest
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<LaunchTemplateSpotMarketOptionsRequest.Builder,- LaunchTemplateSpotMarketOptionsRequest> 
The options for Spot Instances.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal IntegerDeprecated.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()The behavior when a Spot Instance is interrupted.final StringThe behavior when a Spot Instance is interrupted.final StringmaxPrice()The maximum hourly price you're willing to pay for a Spot Instance.static Class<? extends LaunchTemplateSpotMarketOptionsRequest.Builder> final SpotInstanceTypeThe Spot Instance request type.final StringThe Spot Instance request type.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final InstantThe end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
maxPriceThe maximum hourly price you're 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 do specify this parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will result in an InvalidParameterValueerror message when the launch template is used to launch an instance.If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter. - Returns:
- The maximum hourly price you're 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 do specify this parameter, it must be more than USD $0.001. Specifying
         a value below USD $0.001 will result in an InvalidParameterValueerror message when the launch template is used to launch an instance.If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter. 
 
- 
spotInstanceTypeThe Spot Instance request type. If the service returns an enum value that is not available in the current SDK version, spotInstanceTypewill returnSpotInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspotInstanceTypeAsString().- Returns:
- The Spot Instance request type.
- See Also:
 
- 
spotInstanceTypeAsStringThe Spot Instance request type. If the service returns an enum value that is not available in the current SDK version, spotInstanceTypewill returnSpotInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspotInstanceTypeAsString().- Returns:
- The Spot Instance request type.
- See Also:
 
- 
blockDurationMinutes
- 
validUntilThe end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests. - 
 For a persistent request, the request remains active until the ValidUntildate and time is reached. Otherwise, the request remains active until you cancel it.
- 
 For a one-time request, ValidUntilis not supported. The request remains active until all instances launch or you cancel the request.
 Default: 7 days from the current date - Returns:
- The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for
         persistent requests.
         - 
         For a persistent request, the request remains active until the ValidUntildate and time is reached. Otherwise, the request remains active until you cancel it.
- 
         For a one-time request, ValidUntilis not supported. The request remains active until all instances launch or you cancel the request.
 Default: 7 days from the current date 
- 
         
 
- 
 
- 
instanceInterruptionBehaviorThe behavior when a Spot Instance is interrupted. The default is terminate.If the service returns an enum value that is not available in the current SDK version, instanceInterruptionBehaviorwill returnInstanceInterruptionBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceInterruptionBehaviorAsString().- Returns:
- The behavior when a Spot Instance is interrupted. The default is terminate.
- See Also:
 
- 
instanceInterruptionBehaviorAsStringThe behavior when a Spot Instance is interrupted. The default is terminate.If the service returns an enum value that is not available in the current SDK version, instanceInterruptionBehaviorwill returnInstanceInterruptionBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceInterruptionBehaviorAsString().- Returns:
- The behavior when a Spot Instance is interrupted. The default is terminate.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<LaunchTemplateSpotMarketOptionsRequest.Builder,- LaunchTemplateSpotMarketOptionsRequest> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends LaunchTemplateSpotMarketOptionsRequest.Builder> serializableBuilderClass()
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin 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
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-