Uses of Interface
software.amazon.awssdk.services.batch.model.UpdateServiceJobResponse.Builder
-
Packages that use UpdateServiceJobResponse.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of UpdateServiceJobResponse.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return UpdateServiceJobResponse.Builder Modifier and Type Method Description static UpdateServiceJobResponse.BuilderUpdateServiceJobResponse. builder()UpdateServiceJobResponse.BuilderUpdateServiceJobResponse.Builder. jobArn(String jobArn)The Amazon Resource Name (ARN) for the job.UpdateServiceJobResponse.BuilderUpdateServiceJobResponse.Builder. jobId(String jobId)The unique identifier for the job.UpdateServiceJobResponse.BuilderUpdateServiceJobResponse.Builder. jobName(String jobName)The name of the job.UpdateServiceJobResponse.BuilderUpdateServiceJobResponse. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type UpdateServiceJobResponse.Builder Modifier and Type Method Description static Class<? extends UpdateServiceJobResponse.Builder>UpdateServiceJobResponse. serializableBuilderClass()
-