Interface EmrModifyInstanceFleetByNameProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,TaskStateBaseProps
- All Known Implementing Classes:
EmrModifyInstanceFleetByNameProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:17.754Z")
@Stability(Stable)
public interface EmrModifyInstanceFleetByNameProps
extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Properties for EmrModifyInstanceFleetByName.
Example:
EmrModifyInstanceFleetByName.Builder.create(this, "Task") .clusterId("ClusterId") .instanceFleetName("InstanceFleetName") .targetOnDemandCapacity(2) .targetSpotCapacity(0) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forEmrModifyInstanceFleetByNameProps
static final class
An implementation forEmrModifyInstanceFleetByNameProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ClusterId to update.The InstanceFleetName to update.The target capacity of On-Demand units for the instance fleet.The target capacity of Spot units for the instance fleet.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
Methods inherited from interface software.amazon.awscdk.services.stepfunctions.TaskStateBaseProps
getComment, getCredentials, getHeartbeat, getHeartbeatTimeout, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getStateName, getTaskTimeout, getTimeout
-
Method Details
-
getClusterId
The ClusterId to update. -
getInstanceFleetName
The InstanceFleetName to update. -
getTargetOnDemandCapacity
The target capacity of On-Demand units for the instance fleet.Default: - None
- See Also:
-
getTargetSpotCapacity
The target capacity of Spot units for the instance fleet.Default: - None
- See Also:
-
builder
-