public static interface BatchJobDependency.Builder extends SdkPojo, CopyableBuilder<BatchJobDependency.Builder,BatchJobDependency>
| Modifier and Type | Method and Description |
|---|---|
BatchJobDependency.Builder |
jobId(String jobId)
The job ID of the Batch job that's associated with this dependency.
|
BatchJobDependency.Builder |
type(BatchJobDependencyType type)
The type of the job dependency.
|
BatchJobDependency.Builder |
type(String type)
The type of the job dependency.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchJobDependency.Builder jobId(String jobId)
The job ID of the Batch job that's associated with this dependency.
jobId - The job ID of the Batch job that's associated with this dependency.BatchJobDependency.Builder type(String type)
The type of the job dependency.
type - The type of the job dependency.BatchJobDependencyType,
BatchJobDependencyTypeBatchJobDependency.Builder type(BatchJobDependencyType type)
The type of the job dependency.
type - The type of the job dependency.BatchJobDependencyType,
BatchJobDependencyTypeCopyright © 2023. All rights reserved.