Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrAddStepProps.Builder
Packages that use EmrAddStepProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrAddStepProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrAddStepProps.BuilderModifier and TypeMethodDescriptionEmrAddStepProps.Builder.actionOnFailure
(ActionOnFailure actionOnFailure) Sets the value ofEmrAddStepProps.getActionOnFailure()
Sets the value ofEmrAddStepProps.getArgs()
static EmrAddStepProps.Builder
EmrAddStepProps.builder()
Sets the value ofEmrAddStepProps.getClusterId()
Sets the value ofTaskStateBaseProps.getComment()
Sets the value ofTaskStateBaseProps.getHeartbeat()
Sets the value ofTaskStateBaseProps.getInputPath()
EmrAddStepProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()
Sets the value ofEmrAddStepProps.getJar()
Sets the value ofEmrAddStepProps.getMainClass()
Sets the value ofEmrAddStepProps.getName()
EmrAddStepProps.Builder.outputPath
(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()
EmrAddStepProps.Builder.properties
(Map<String, String> properties) Sets the value ofEmrAddStepProps.getProperties()
EmrAddStepProps.Builder.resultPath
(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()
EmrAddStepProps.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()
Sets the value ofTaskStateBaseProps.getTimeout()
Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EmrAddStepProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(EmrAddStepProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEmrAddStepProps.Builder
.