Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.BatchSubmitJobProps.Builder
-
Uses of BatchSubmitJobProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return BatchSubmitJobProps.BuilderModifier and TypeMethodDescriptionSets the value ofBatchSubmitJobProps.getArraySize()Sets the value ofBatchSubmitJobProps.getAttempts()static BatchSubmitJobProps.BuilderBatchSubmitJobProps.builder()Sets the value ofTaskStateBaseProps.getComment()BatchSubmitJobProps.Builder.containerOverrides(BatchContainerOverrides containerOverrides) Sets the value ofBatchSubmitJobProps.getContainerOverrides()BatchSubmitJobProps.Builder.dependsOn(List<? extends BatchJobDependency> dependsOn) Sets the value ofBatchSubmitJobProps.getDependsOn()BatchSubmitJobProps.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat) Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofTaskStateBaseProps.getInputPath()BatchSubmitJobProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()BatchSubmitJobProps.Builder.jobDefinitionArn(String jobDefinitionArn) Sets the value ofBatchSubmitJobProps.getJobDefinitionArn()Sets the value ofBatchSubmitJobProps.getJobName()BatchSubmitJobProps.Builder.jobQueueArn(String jobQueueArn) Sets the value ofBatchSubmitJobProps.getJobQueueArn()BatchSubmitJobProps.Builder.outputPath(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()Sets the value ofBatchSubmitJobProps.getPayload()BatchSubmitJobProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()BatchSubmitJobProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()BatchSubmitJobProps.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 BatchSubmitJobProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(BatchSubmitJobProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBatchSubmitJobProps.Builder.