Uses of Interface
software.amazon.awssdk.services.batch.model.JobDependency.Builder
-
Packages that use JobDependency.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of JobDependency.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return JobDependency.Builder Modifier and Type Method Description static JobDependency.BuilderJobDependency. builder()JobDependency.BuilderJobDependency.Builder. jobId(String jobId)The job ID of the Batch job that's associated with this dependency.JobDependency.BuilderJobDependency. toBuilder()JobDependency.BuilderJobDependency.Builder. type(String type)The type of the job dependency.JobDependency.BuilderJobDependency.Builder. type(ArrayJobDependency type)The type of the job dependency.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type JobDependency.Builder Modifier and Type Method Description static Class<? extends JobDependency.Builder>JobDependency. serializableBuilderClass()
-