Interface SubmissionSummary.Builder

  • Method Details

    • successfulStartSubmissionCount

      SubmissionSummary.Builder successfulStartSubmissionCount(Integer successfulStartSubmissionCount)

      The number of successful start submissions.

      Parameters:
      successfulStartSubmissionCount - The number of successful start submissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failedStartSubmissionCount

      SubmissionSummary.Builder failedStartSubmissionCount(Integer failedStartSubmissionCount)

      The number of failed start submissions.

      Parameters:
      failedStartSubmissionCount - The number of failed start submissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pendingStartSubmissionCount

      SubmissionSummary.Builder pendingStartSubmissionCount(Integer pendingStartSubmissionCount)

      The number of pending start submissions.

      Parameters:
      pendingStartSubmissionCount - The number of pending start submissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • successfulCancelSubmissionCount

      SubmissionSummary.Builder successfulCancelSubmissionCount(Integer successfulCancelSubmissionCount)

      The number of successful cancel submissions.

      Parameters:
      successfulCancelSubmissionCount - The number of successful cancel submissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failedCancelSubmissionCount

      SubmissionSummary.Builder failedCancelSubmissionCount(Integer failedCancelSubmissionCount)

      The number of failed cancel submissions.

      Parameters:
      failedCancelSubmissionCount - The number of failed cancel submissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • successfulDeleteSubmissionCount

      SubmissionSummary.Builder successfulDeleteSubmissionCount(Integer successfulDeleteSubmissionCount)

      The number of successful delete submissions.

      Parameters:
      successfulDeleteSubmissionCount - The number of successful delete submissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failedDeleteSubmissionCount

      SubmissionSummary.Builder failedDeleteSubmissionCount(Integer failedDeleteSubmissionCount)

      The number of failed delete submissions.

      Parameters:
      failedDeleteSubmissionCount - The number of failed delete submissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.