Interface ExecutionRedrivenEventDetails.Builder

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

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

    • redriveCount

      ExecutionRedrivenEventDetails.Builder redriveCount(Integer redriveCount)

      The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is not updated for redrives that failed to start or are pending to be redriven.

      Parameters:
      redriveCount - The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is not updated for redrives that failed to start or are pending to be redriven.
      Returns:
      Returns a reference to this object so that method calls can be chained together.