Interface BatchJobDependency.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchJobDependency.Builder,
,BatchJobDependency> SdkBuilder<BatchJobDependency.Builder,
,BatchJobDependency> SdkPojo
- Enclosing class:
BatchJobDependency
@Mutable
@NotThreadSafe
public static interface BatchJobDependency.Builder
extends SdkPojo, CopyableBuilder<BatchJobDependency.Builder,BatchJobDependency>
-
Method Summary
Modifier and TypeMethodDescriptionThe job ID of the Batch job that's associated with this dependency.The type of the job dependency.type
(BatchJobDependencyType type) The type of the job dependency.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobId
The job ID of the Batch job that's associated with this dependency.
- Parameters:
jobId
- The job ID of the Batch job that's associated with this dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the job dependency.
- Parameters:
type
- The type of the job dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the job dependency.
- Parameters:
type
- The type of the job dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-