| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
RetryPolicy |
RetryPolicy.clone() |
RetryPolicy |
JobRun.getRetryPolicy()
The retry policy of the job run.
|
RetryPolicy |
StartJobRunRequest.getRetryPolicy()
The retry policy when job run starts.
|
RetryPolicy |
RetryPolicy.withMaxAttempts(Integer maxAttempts)
Maximum number of attempts for the job run.
|
RetryPolicy |
RetryPolicy.withMaxFailedAttemptsPerHour(Integer maxFailedAttemptsPerHour)
Maximum number of failed attempts per hour.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobRun.setRetryPolicy(RetryPolicy retryPolicy)
The retry policy of the job run.
|
void |
StartJobRunRequest.setRetryPolicy(RetryPolicy retryPolicy)
The retry policy when job run starts.
|
JobRun |
JobRun.withRetryPolicy(RetryPolicy retryPolicy)
The retry policy of the job run.
|
StartJobRunRequest |
StartJobRunRequest.withRetryPolicy(RetryPolicy retryPolicy)
The retry policy when job run starts.
|
Copyright © 2024. All rights reserved.