Interface DryRunProgressStatus.Builder

    • Method Detail

      • dryRunId

        DryRunProgressStatus.Builder dryRunId​(String dryRunId)

        The unique identifier of the dry run.

        Parameters:
        dryRunId - The unique identifier of the dry run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRunStatus

        DryRunProgressStatus.Builder dryRunStatus​(String dryRunStatus)

        The current status of the dry run.

        Parameters:
        dryRunStatus - The current status of the dry run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        DryRunProgressStatus.Builder creationDate​(String creationDate)

        The timestamp when the dry run was initiated.

        Parameters:
        creationDate - The timestamp when the dry run was initiated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateDate

        DryRunProgressStatus.Builder updateDate​(String updateDate)

        The timestamp when the dry run was last updated.

        Parameters:
        updateDate - The timestamp when the dry run was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationFailures

        DryRunProgressStatus.Builder validationFailures​(Collection<ValidationFailure> validationFailures)

        Any validation failures that occurred as a result of the dry run.

        Parameters:
        validationFailures - Any validation failures that occurred as a result of the dry run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationFailures

        DryRunProgressStatus.Builder validationFailures​(ValidationFailure... validationFailures)

        Any validation failures that occurred as a result of the dry run.

        Parameters:
        validationFailures - Any validation failures that occurred as a result of the dry run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.