@Generated(value="software.amazon.awssdk:codegen") public final class FleetSpotCapacityRebalanceRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FleetSpotCapacityRebalanceRequest.Builder,FleetSpotCapacityRebalanceRequest>
The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon Elastic Compute Cloud User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FleetSpotCapacityRebalanceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FleetSpotCapacityRebalanceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FleetReplacementStrategy |
replacementStrategy()
The replacement strategy to use.
|
String |
replacementStrategyAsString()
The replacement strategy to use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FleetSpotCapacityRebalanceRequest.Builder> |
serializableBuilderClass() |
FleetSpotCapacityRebalanceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic FleetReplacementStrategy replacementStrategy()
The replacement strategy to use. Only available for fleets of type maintain.
To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted for
an existing Spot Instance in the fleet, specify launch. You must specify a value, otherwise you get
an error.
When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.
If the service returns an enum value that is not available in the current SDK version,
replacementStrategy will return FleetReplacementStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from replacementStrategyAsString().
maintain.
To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is
emitted for an existing Spot Instance in the fleet, specify launch. You must specify a
value, otherwise you get an error.
When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.
FleetReplacementStrategypublic String replacementStrategyAsString()
The replacement strategy to use. Only available for fleets of type maintain.
To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is emitted for
an existing Spot Instance in the fleet, specify launch. You must specify a value, otherwise you get
an error.
When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.
If the service returns an enum value that is not available in the current SDK version,
replacementStrategy will return FleetReplacementStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from replacementStrategyAsString().
maintain.
To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance notification is
emitted for an existing Spot Instance in the fleet, specify launch. You must specify a
value, otherwise you get an error.
When a replacement instance is launched, the instance marked for rebalance is not automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.
FleetReplacementStrategypublic FleetSpotCapacityRebalanceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FleetSpotCapacityRebalanceRequest.Builder,FleetSpotCapacityRebalanceRequest>public static FleetSpotCapacityRebalanceRequest.Builder builder()
public static Class<? extends FleetSpotCapacityRebalanceRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.