Uses of Interface
software.amazon.awssdk.services.batch.model.UpdatePolicy.Builder
-
Packages that use UpdatePolicy.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of UpdatePolicy.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return UpdatePolicy.Builder Modifier and Type Method Description static UpdatePolicy.BuilderUpdatePolicy. builder()UpdatePolicy.BuilderUpdatePolicy.Builder. jobExecutionTimeoutMinutes(Long jobExecutionTimeoutMinutes)Specifies the job timeout (in minutes) when the compute environment infrastructure is updated.UpdatePolicy.BuilderUpdatePolicy.Builder. terminateJobsOnUpdate(Boolean terminateJobsOnUpdate)Specifies whether jobs are automatically terminated when the computer environment infrastructure is updated.UpdatePolicy.BuilderUpdatePolicy. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type UpdatePolicy.Builder Modifier and Type Method Description static Class<? extends UpdatePolicy.Builder>UpdatePolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type UpdatePolicy.Builder Modifier and Type Method Description default ComputeEnvironmentDetail.BuilderComputeEnvironmentDetail.Builder. updatePolicy(Consumer<UpdatePolicy.Builder> updatePolicy)Specifies the infrastructure update policy for the compute environment.default UpdateComputeEnvironmentRequest.BuilderUpdateComputeEnvironmentRequest.Builder. updatePolicy(Consumer<UpdatePolicy.Builder> updatePolicy)Specifies the updated infrastructure update policy for the compute environment.
-