Interface BatchJobDependency.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchJobDependency.Builder,BatchJobDependency>,SdkBuilder<BatchJobDependency.Builder,BatchJobDependency>,SdkPojo
- Enclosing class:
- BatchJobDependency
public static interface BatchJobDependency.Builder extends SdkPojo, CopyableBuilder<BatchJobDependency.Builder,BatchJobDependency>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchJobDependency.BuilderjobId(String jobId)The job ID of the Batch job that's associated with this dependency.BatchJobDependency.Buildertype(String type)The type of the job dependency.BatchJobDependency.Buildertype(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, sdkFields
-
-
-
-
Method Detail
-
jobId
BatchJobDependency.Builder jobId(String 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
BatchJobDependency.Builder type(String 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:
BatchJobDependencyType,BatchJobDependencyType
-
type
BatchJobDependency.Builder type(BatchJobDependencyType 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:
BatchJobDependencyType,BatchJobDependencyType
-
-