Uses of Interface
software.amazon.awssdk.services.batch.model.ServiceJobPreemptionSummary.Builder
-
Packages that use ServiceJobPreemptionSummary.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobPreemptionSummary.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobPreemptionSummary.Builder Modifier and Type Method Description static ServiceJobPreemptionSummary.BuilderServiceJobPreemptionSummary. builder()ServiceJobPreemptionSummary.BuilderServiceJobPreemptionSummary.Builder. preemptedAttemptCount(Integer preemptedAttemptCount)The total number of times the service job has been preempted.ServiceJobPreemptionSummary.BuilderServiceJobPreemptionSummary.Builder. recentPreemptedAttempts(Collection<ServiceJobPreemptedAttempt> recentPreemptedAttempts)A list of the most recent preemption attempts for the service job.ServiceJobPreemptionSummary.BuilderServiceJobPreemptionSummary.Builder. recentPreemptedAttempts(Consumer<ServiceJobPreemptedAttempt.Builder>... recentPreemptedAttempts)A list of the most recent preemption attempts for the service job.ServiceJobPreemptionSummary.BuilderServiceJobPreemptionSummary.Builder. recentPreemptedAttempts(ServiceJobPreemptedAttempt... recentPreemptedAttempts)A list of the most recent preemption attempts for the service job.ServiceJobPreemptionSummary.BuilderServiceJobPreemptionSummary. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceJobPreemptionSummary.Builder Modifier and Type Method Description static Class<? extends ServiceJobPreemptionSummary.Builder>ServiceJobPreemptionSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ServiceJobPreemptionSummary.Builder Modifier and Type Method Description default DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. preemptionSummary(Consumer<ServiceJobPreemptionSummary.Builder> preemptionSummary)Summarizes the preemptions of the service job.
-