@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.600Z") @Stability(value=Stable) public interface EmrSetClusterTerminationProtectionProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
EmrSetClusterTerminationProtection.Builder.create(this, "Task")
.clusterId("ClusterId")
.terminationProtected(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrSetClusterTerminationProtectionProps.Builder
A builder for
EmrSetClusterTerminationProtectionProps |
static class |
EmrSetClusterTerminationProtectionProps.Jsii$Proxy
An implementation for
EmrSetClusterTerminationProtectionProps |
| Modifier and Type | Method and Description |
|---|---|
static EmrSetClusterTerminationProtectionProps.Builder |
builder() |
String |
getClusterId()
The ClusterId to update.
|
Boolean |
getTerminationProtected()
Termination protection indicator.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull String getClusterId()
@Stability(value=Stable) @NotNull Boolean getTerminationProtected()
@Stability(value=Stable) static EmrSetClusterTerminationProtectionProps.Builder builder()
builder in interface TaskStateBasePropsEmrSetClusterTerminationProtectionProps.Builder of EmrSetClusterTerminationProtectionPropsCopyright © 2023. All rights reserved.