@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.500Z") @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 © 2021. All rights reserved.