Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifySpotFleetRequestRequest.Builder,ModifySpotFleetRequestRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifySpotFleetRequestRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifySpotFleetRequestRequest.Builder,ModifySpotFleetRequestRequest>
Contains the parameters for ModifySpotFleetRequest.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifySpotFleetRequestRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
ExcessCapacityTerminationPolicy
public String spotFleetRequestId()
The ID of the Spot fleet request.
public Integer targetCapacity()
The size of the fleet.
public ModifySpotFleetRequestRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifySpotFleetRequestRequest.Builder,ModifySpotFleetRequestRequest>
public static ModifySpotFleetRequestRequest.Builder builder()
public static Class<? extends ModifySpotFleetRequestRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.