public static interface InstanceFleetModifyConfig.Builder extends SdkPojo, CopyableBuilder<InstanceFleetModifyConfig.Builder,InstanceFleetModifyConfig>
| Modifier and Type | Method and Description |
|---|---|
InstanceFleetModifyConfig.Builder |
instanceFleetId(String instanceFleetId)
A unique identifier for the instance fleet.
|
default InstanceFleetModifyConfig.Builder |
resizeSpecifications(Consumer<InstanceFleetResizingSpecifications.Builder> resizeSpecifications)
The resize specification for the instance fleet.
|
InstanceFleetModifyConfig.Builder |
resizeSpecifications(InstanceFleetResizingSpecifications resizeSpecifications)
The resize specification for the instance fleet.
|
InstanceFleetModifyConfig.Builder |
targetOnDemandCapacity(Integer targetOnDemandCapacity)
The target capacity of On-Demand units for the instance fleet.
|
InstanceFleetModifyConfig.Builder |
targetSpotCapacity(Integer targetSpotCapacity)
The target capacity of Spot units for the instance fleet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceFleetModifyConfig.Builder instanceFleetId(String instanceFleetId)
A unique identifier for the instance fleet.
instanceFleetId - A unique identifier for the instance fleet.InstanceFleetModifyConfig.Builder targetOnDemandCapacity(Integer targetOnDemandCapacity)
The target capacity of On-Demand units for the instance fleet. For more information see InstanceFleetConfig$TargetOnDemandCapacity.
targetOnDemandCapacity - The target capacity of On-Demand units for the instance fleet. For more information see
InstanceFleetConfig$TargetOnDemandCapacity.InstanceFleetModifyConfig.Builder targetSpotCapacity(Integer targetSpotCapacity)
The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.
targetSpotCapacity - The target capacity of Spot units for the instance fleet. For more information, see
InstanceFleetConfig$TargetSpotCapacity.InstanceFleetModifyConfig.Builder resizeSpecifications(InstanceFleetResizingSpecifications resizeSpecifications)
The resize specification for the instance fleet.
resizeSpecifications - The resize specification for the instance fleet.default InstanceFleetModifyConfig.Builder resizeSpecifications(Consumer<InstanceFleetResizingSpecifications.Builder> resizeSpecifications)
The resize specification for the instance fleet.
This is a convenience method that creates an instance of theInstanceFleetResizingSpecifications.Builder avoiding the need to create one manually via
InstanceFleetResizingSpecifications.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resizeSpecifications(InstanceFleetResizingSpecifications).
resizeSpecifications - a consumer that will call methods on InstanceFleetResizingSpecifications.BuilderresizeSpecifications(InstanceFleetResizingSpecifications)Copyright © 2023. All rights reserved.