Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.GlueStartJobRunProps.Builder
-
Uses of GlueStartJobRunProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return GlueStartJobRunProps.BuilderModifier and TypeMethodDescriptionSets the value ofGlueStartJobRunProps.getArguments()static GlueStartJobRunProps.BuilderGlueStartJobRunProps.builder()Sets the value ofTaskStateBaseProps.getComment()GlueStartJobRunProps.Builder.glueJobName(String glueJobName) Sets the value ofGlueStartJobRunProps.getGlueJobName()GlueStartJobRunProps.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat) Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofTaskStateBaseProps.getInputPath()GlueStartJobRunProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()GlueStartJobRunProps.Builder.notifyDelayAfter(software.amazon.awscdk.core.Duration notifyDelayAfter) Sets the value ofGlueStartJobRunProps.getNotifyDelayAfter()GlueStartJobRunProps.Builder.outputPath(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()GlueStartJobRunProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()GlueStartJobRunProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()GlueStartJobRunProps.Builder.securityConfiguration(String securityConfiguration) Sets the value ofGlueStartJobRunProps.getSecurityConfiguration()GlueStartJobRunProps.Builder.timeout(software.amazon.awscdk.core.Duration timeout) Sets the value ofTaskStateBaseProps.getTimeout()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type GlueStartJobRunProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(GlueStartJobRunProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGlueStartJobRunProps.Builder.