Uses of Interface
software.amazon.awssdk.services.emrcontainers.model.RetryPolicyExecution.Builder
-
Packages that use RetryPolicyExecution.Builder Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of RetryPolicyExecution.Builder in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return RetryPolicyExecution.Builder Modifier and Type Method Description static RetryPolicyExecution.BuilderRetryPolicyExecution. builder()RetryPolicyExecution.BuilderRetryPolicyExecution.Builder. currentAttemptCount(Integer currentAttemptCount)The current number of attempts made on the driver of the job.RetryPolicyExecution.BuilderRetryPolicyExecution. toBuilder()Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type RetryPolicyExecution.Builder Modifier and Type Method Description static Class<? extends RetryPolicyExecution.Builder>RetryPolicyExecution. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emrcontainers.model with type arguments of type RetryPolicyExecution.Builder Modifier and Type Method Description default JobRun.BuilderJobRun.Builder. retryPolicyExecution(Consumer<RetryPolicyExecution.Builder> retryPolicyExecution)The current status of the retry policy executed on the job.
-