StructuredPojo
, ToCopyableBuilder<InstanceFleetModifyConfig.Builder,InstanceFleetModifyConfig>
@Generated("software.amazon.awssdk:codegen") public class InstanceFleetModifyConfig extends Object implements StructuredPojo, ToCopyableBuilder<InstanceFleetModifyConfig.Builder,InstanceFleetModifyConfig>
Configuration parameters for an instance fleet modification request.
The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InstanceFleetModifyConfig.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InstanceFleetModifyConfig.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceFleetId() |
A unique identifier for the instance fleet.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends InstanceFleetModifyConfig.Builder> |
serializableBuilderClass() |
|
Integer |
targetOnDemandCapacity() |
The target capacity of On-Demand units for the instance fleet.
|
Integer |
targetSpotCapacity() |
The target capacity of Spot units for the instance fleet.
|
InstanceFleetModifyConfig.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String instanceFleetId()
A unique identifier for the instance fleet.
public Integer targetOnDemandCapacity()
The target capacity of On-Demand units for the instance fleet. For more information see InstanceFleetConfig$TargetOnDemandCapacity.
public Integer targetSpotCapacity()
The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.
public InstanceFleetModifyConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstanceFleetModifyConfig.Builder,InstanceFleetModifyConfig>
public static InstanceFleetModifyConfig.Builder builder()
public static Class<? extends InstanceFleetModifyConfig.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.