Uses of Interface
software.amazon.awssdk.services.batch.model.ServiceJobPreemptionConfiguration.Builder
-
Packages that use ServiceJobPreemptionConfiguration.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobPreemptionConfiguration.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobPreemptionConfiguration.Builder Modifier and Type Method Description static ServiceJobPreemptionConfiguration.BuilderServiceJobPreemptionConfiguration. builder()ServiceJobPreemptionConfiguration.BuilderServiceJobPreemptionConfiguration.Builder. preemptionRetriesBeforeTermination(Integer preemptionRetriesBeforeTermination)The number of times a service job can be retried after it is preempted.ServiceJobPreemptionConfiguration.BuilderServiceJobPreemptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceJobPreemptionConfiguration.Builder Modifier and Type Method Description static Class<? extends ServiceJobPreemptionConfiguration.Builder>ServiceJobPreemptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ServiceJobPreemptionConfiguration.Builder Modifier and Type Method Description default DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. preemptionConfiguration(Consumer<ServiceJobPreemptionConfiguration.Builder> preemptionConfiguration)Specifies the service job behavior when preempted.default SubmitServiceJobRequest.BuilderSubmitServiceJobRequest.Builder. preemptionConfiguration(Consumer<ServiceJobPreemptionConfiguration.Builder> preemptionConfiguration)Specifies the service job behavior when preempted.
-