Interface EmrSetClusterTerminationProtectionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,TaskStateBaseProps
- All Known Implementing Classes:
EmrSetClusterTerminationProtectionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-25T14:21:24.547Z")
@Stability(Stable)
public interface EmrSetClusterTerminationProtectionProps
extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Properties for EmrSetClusterTerminationProtection.
Example:
EmrSetClusterTerminationProtection.Builder.create(this, "Task") .clusterId("ClusterId") .terminationProtected(false) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forEmrSetClusterTerminationProtectionProps
static final class
An implementation forEmrSetClusterTerminationProtectionProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ClusterId to update.Termination protection indicator.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. -
getTerminationProtected
Termination protection indicator. -
builder
-