@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.504Z") @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 © 2022. All rights reserved.