@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-28T21:34:29.473Z") public interface EmrCancelStepProps extends 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() |
java.lang.String |
getClusterId()
The ClusterId to update.
|
java.lang.String |
getStepId()
The StepId to cancel.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout
java.lang.String getClusterId()
java.lang.String getStepId()
static EmrCancelStepProps.Builder builder()
builder
in interface TaskStateBaseProps
EmrCancelStepProps.Builder
of EmrCancelStepProps