Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.CodeBuildStartBuildJsonataProps.Builder
Packages that use CodeBuildStartBuildJsonataProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of CodeBuildStartBuildJsonataProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return CodeBuildStartBuildJsonataProps.BuilderModifier and TypeMethodDescriptionSets the value ofAssignableStateOptions.getAssign()
CodeBuildStartBuildJsonataProps.builder()
Sets the value ofStateBaseProps.getComment()
CodeBuildStartBuildJsonataProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()
CodeBuildStartBuildJsonataProps.Builder.environmentVariablesOverride
(Map<String, ? extends BuildEnvironmentVariable> environmentVariablesOverride) Sets the value ofCodeBuildStartBuildJsonataProps.getEnvironmentVariablesOverride()
Deprecated.use `heartbeatTimeout`CodeBuildStartBuildJsonataProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()
CodeBuildStartBuildJsonataProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.getIntegrationPattern()
Sets the value ofJsonataCommonOptions.getOutputs()
Sets the value ofCodeBuildStartBuildJsonataProps.getProject()
CodeBuildStartBuildJsonataProps.Builder.queryLanguage
(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()
Sets the value ofStateBaseProps.getStateName()
CodeBuildStartBuildJsonataProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()
Deprecated.use `taskTimeout`Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type CodeBuildStartBuildJsonataProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCodeBuildStartBuildJsonataProps.Builder
.