Class JobDependency.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.JobDependency.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<JobDependency>
- Enclosing interface:
- JobDependency
@Stability(Stable)
public static final class JobDependency.Builder
extends Object
implements software.amazon.jsii.Builder<JobDependency>
A builder for 
JobDependency- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofJobDependency.getJobId()Sets the value ofJobDependency.getType()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
jobIdSets the value ofJobDependency.getJobId()- Parameters:
- jobId- The job ID of the AWS Batch job associated with this dependency.
- Returns:
- this
 
- 
typeSets the value ofJobDependency.getType()- Parameters:
- type- The type of the job dependency.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<JobDependency>
- Returns:
- a new instance of JobDependency
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-