Interface BatchRetryStrategy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchRetryStrategy.Builder,BatchRetryStrategy>, SdkBuilder<BatchRetryStrategy.Builder,BatchRetryStrategy>, SdkPojo
Enclosing class:
BatchRetryStrategy

public static interface BatchRetryStrategy.Builder extends SdkPojo, CopyableBuilder<BatchRetryStrategy.Builder,BatchRetryStrategy>
  • Method Details

    • attempts

      BatchRetryStrategy.Builder attempts(Integer attempts)

      The number of times to attempt to retry, if the job fails. Valid values are 1–10.

      Parameters:
      attempts - The number of times to attempt to retry, if the job fails. Valid values are 1–10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.