@Generated(value="software.amazon.awssdk:codegen") public class ModifySpotFleetRequestRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ModifySpotFleetRequestRequest.Builder,ModifySpotFleetRequestRequest>
Contains the parameters for ModifySpotFleetRequest.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifySpotFleetRequestRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static ModifySpotFleetRequestRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
excessCapacityTerminationPolicy()
Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is
decreased below the current size of the Spot fleet.
|
int |
hashCode() |
static Class<? extends ModifySpotFleetRequestRequest.Builder> |
serializableBuilderClass() |
String |
spotFleetRequestId()
The ID of the Spot fleet request.
|
Integer |
targetCapacity()
The size of the fleet.
|
ModifySpotFleetRequestRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String excessCapacityTerminationPolicy()
Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.
ExcessCapacityTerminationPolicypublic String spotFleetRequestId()
The ID of the Spot fleet request.
public Integer targetCapacity()
The size of the fleet.
public ModifySpotFleetRequestRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ModifySpotFleetRequestRequest.Builder,ModifySpotFleetRequestRequest>public static ModifySpotFleetRequestRequest.Builder builder()
public static Class<? extends ModifySpotFleetRequestRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.