public static final class BatchJobDependency.Builder
extends java.lang.Object
BatchJobDependency
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BatchJobDependency |
build()
Builds the configured instance.
|
BatchJobDependency.Builder |
jobId(java.lang.String jobId)
Sets the value of
BatchJobDependency.getJobId() |
BatchJobDependency.Builder |
type(java.lang.String type)
Sets the value of
BatchJobDependency.getType() |
public BatchJobDependency.Builder jobId(java.lang.String jobId)
BatchJobDependency.getJobId()
jobId
- The job ID of the AWS Batch job associated with this dependency.this
public BatchJobDependency.Builder type(java.lang.String type)
BatchJobDependency.getType()
type
- The type of the job dependency.this
public BatchJobDependency build()
BatchJobDependency
java.lang.NullPointerException
- if any required attribute was not provided