Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.GlueStartJobRunJsonPathProps.Builder
Packages that use GlueStartJobRunJsonPathProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of GlueStartJobRunJsonPathProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return GlueStartJobRunJsonPathProps.BuilderModifier and TypeMethodDescriptionSets the value ofGlueStartJobRunJsonPathProps.getArguments()Sets the value ofAssignableStateOptions.getAssign()GlueStartJobRunJsonPathProps.builder()Sets the value ofStateBaseProps.getComment()GlueStartJobRunJsonPathProps.Builder.credentials(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()GlueStartJobRunJsonPathProps.Builder.executionClass(ExecutionClass executionClass) Sets the value ofGlueStartJobRunJsonPathProps.getExecutionClass()GlueStartJobRunJsonPathProps.Builder.glueJobName(String glueJobName) Sets the value ofGlueStartJobRunJsonPathProps.getGlueJobName()Deprecated.use `heartbeatTimeout`GlueStartJobRunJsonPathProps.Builder.heartbeatTimeout(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()Sets the value ofJsonPathCommonOptions.getInputPath()GlueStartJobRunJsonPathProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.getIntegrationPattern()GlueStartJobRunJsonPathProps.Builder.notifyDelayAfter(Duration notifyDelayAfter) Sets the value ofGlueStartJobRunJsonPathProps.getNotifyDelayAfter()GlueStartJobRunJsonPathProps.Builder.outputPath(String outputPath) Sets the value ofJsonPathCommonOptions.getOutputPath()GlueStartJobRunJsonPathProps.Builder.queryLanguage(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()GlueStartJobRunJsonPathProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateJsonPathBaseProps.getResultPath()GlueStartJobRunJsonPathProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateJsonPathBaseProps.getResultSelector()GlueStartJobRunJsonPathProps.Builder.securityConfiguration(String securityConfiguration) Sets the value ofGlueStartJobRunJsonPathProps.getSecurityConfiguration()Sets the value ofStateBaseProps.getStateName()GlueStartJobRunJsonPathProps.Builder.taskTimeout(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()Deprecated.use `taskTimeout`GlueStartJobRunJsonPathProps.Builder.workerConfiguration(WorkerConfigurationProperty workerConfiguration) Sets the value ofGlueStartJobRunJsonPathProps.getWorkerConfiguration()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type GlueStartJobRunJsonPathProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGlueStartJobRunJsonPathProps.Builder.