@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.481Z") @Stability(value=Stable) public interface EmrCancelStepProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
EmrCancelStep.Builder.create(this, "Task")
.clusterId("ClusterId")
.stepId("StepId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCancelStepProps.Builder
A builder for
EmrCancelStepProps |
static class |
EmrCancelStepProps.Jsii$Proxy
An implementation for
EmrCancelStepProps |
| Modifier and Type | Method and Description |
|---|---|
static EmrCancelStepProps.Builder |
builder() |
String |
getClusterId()
The ClusterId to update.
|
String |
getStepId()
The StepId to cancel.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull String getClusterId()
@Stability(value=Stable) @NotNull String getStepId()
@Stability(value=Stable) static EmrCancelStepProps.Builder builder()
builder in interface TaskStateBasePropsEmrCancelStepProps.Builder of EmrCancelStepPropsCopyright © 2022. All rights reserved.