@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.737Z") @Stability(value=Experimental) 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()
(experimental) The ClusterId to terminate.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Experimental) @NotNull String getClusterId()
@Stability(value=Experimental) static EmrTerminateClusterProps.Builder builder()
builder in interface TaskStateBasePropsEmrTerminateClusterProps.Builder of EmrTerminateClusterPropsCopyright © 2022. All rights reserved.