Interface DryRunConfigOutput.Builder

  • Method Details

    • dryRunId

      DryRunConfigOutput.Builder dryRunId(String dryRunId)

      The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.

      Parameters:
      dryRunId - The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastDryRunExecutionStatus

      DryRunConfigOutput.Builder lastDryRunExecutionStatus(String lastDryRunExecutionStatus)

      Returns the last execution status for a canary's dry run.

      Parameters:
      lastDryRunExecutionStatus - Returns the last execution status for a canary's dry run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.