@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.543Z") @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 © 2023. All rights reserved.