Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateFleetCapacityRequest.Builder,UpdateFleetCapacityRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateFleetCapacityRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateFleetCapacityRequest.Builder,UpdateFleetCapacityRequest>
Represents the input for a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateFleetCapacityRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateFleetCapacityRequest.Builder |
builder() |
|
Integer |
desiredInstances() |
Number of EC2 instances you want this fleet to host.
|
boolean |
equals(Object obj) |
|
String |
fleetId() |
Unique identifier for a fleet to update capacity for.
|
int |
hashCode() |
|
Integer |
maxSize() |
Maximum value allowed for the fleet's instance count.
|
Integer |
minSize() |
Minimum value allowed for the fleet's instance count.
|
static Class<? extends UpdateFleetCapacityRequest.Builder> |
serializableBuilderClass() |
|
UpdateFleetCapacityRequest.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 fleetId()
Unique identifier for a fleet to update capacity for.
public Integer desiredInstances()
Number of EC2 instances you want this fleet to host.
public Integer minSize()
Minimum value allowed for the fleet's instance count. Default if not set is 0.
public Integer maxSize()
Maximum value allowed for the fleet's instance count. Default if not set is 1.
public UpdateFleetCapacityRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateFleetCapacityRequest.Builder,UpdateFleetCapacityRequest>
public static UpdateFleetCapacityRequest.Builder builder()
public static Class<? extends UpdateFleetCapacityRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.