@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.339Z") @Stability(value=Stable) public interface EmrTerminateClusterProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
EmrTerminateCluster.Builder.create(this, "Task")
.clusterId("ClusterId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrTerminateClusterProps.Builder
A builder for
EmrTerminateClusterProps |
static class |
EmrTerminateClusterProps.Jsii$Proxy
An implementation for
EmrTerminateClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static EmrTerminateClusterProps.Builder |
builder() |
String |
getClusterId()
The ClusterId to terminate.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull String getClusterId()
@Stability(value=Stable) static EmrTerminateClusterProps.Builder builder()
builder in interface TaskStateBasePropsEmrTerminateClusterProps.Builder of EmrTerminateClusterPropsCopyright © 2022. All rights reserved.