Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.CodeBuildStartBuildBatch
Packages that use CodeBuildStartBuildBatch
Package
Description
Tasks for AWS Step Functions
-
Uses of CodeBuildStartBuildBatch in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return CodeBuildStartBuildBatchModifier and TypeMethodDescriptionCodeBuildStartBuildBatch.Builder.build()static CodeBuildStartBuildBatchCodeBuildStartBuildBatch.jsonata(software.constructs.Construct scope, String id, CodeBuildStartBuildBatchJsonataProps props) Start a CodeBuild BatchBuild as a task using JSONata.static CodeBuildStartBuildBatchCodeBuildStartBuildBatch.jsonPath(software.constructs.Construct scope, String id, CodeBuildStartBuildBatchJsonPathProps props) Start a CodeBuild BatchBuild as a task using JSONPath.