Interface EmrModifyInstanceFleetByNameProps
- All Superinterfaces:
AssignableStateOptions,software.amazon.jsii.JsiiSerializable,JsonataCommonOptions,JsonPathCommonOptions,StateBaseProps,TaskStateBaseOptions,TaskStateBaseProps
- All Known Implementing Classes:
EmrModifyInstanceFleetByNameProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:18.876Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forEmrModifyInstanceFleetByNamePropsstatic final classAn 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.awscdk.services.stepfunctions.AssignableStateOptions
getAssignMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.stepfunctions.JsonataCommonOptions
getOutputsMethods inherited from interface software.amazon.awscdk.services.stepfunctions.JsonPathCommonOptions
getInputPath, getOutputPathMethods inherited from interface software.amazon.awscdk.services.stepfunctions.StateBaseProps
getComment, getQueryLanguage, getStateNameMethods inherited from interface software.amazon.awscdk.services.stepfunctions.TaskStateBaseOptions
getCredentials, getHeartbeat, getHeartbeatTimeout, getIntegrationPattern, getTaskTimeout, getTimeoutMethods inherited from interface software.amazon.awscdk.services.stepfunctions.TaskStateBaseProps
getResultPath, getResultSelector
-
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
-