Class CfnPipe.BatchJobDependencyProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pipes.CfnPipe.BatchJobDependencyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipe.BatchJobDependencyProperty>
- Enclosing interface:
CfnPipe.BatchJobDependencyProperty
@Stability(Stable)
public static final class CfnPipe.BatchJobDependencyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipe.BatchJobDependencyProperty>
A builder for
CfnPipe.BatchJobDependencyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPipe.BatchJobDependencyProperty.getJobId()Sets the value ofCfnPipe.BatchJobDependencyProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
jobId
Sets the value ofCfnPipe.BatchJobDependencyProperty.getJobId()- Parameters:
jobId- The job ID of the AWS Batch job that's associated with this dependency.- Returns:
this
-
type
Sets the value ofCfnPipe.BatchJobDependencyProperty.getType()- Parameters:
type- The type of the job dependency.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipe.BatchJobDependencyProperty>- Returns:
- a new instance of
CfnPipe.BatchJobDependencyProperty - Throws:
NullPointerException- if any required attribute was not provided
-