Interface StopWorkflowResponse.Builder

  • Method Details

    • id

      The ID of the migration workflow.

      Parameters:
      id - The ID of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the migration workflow.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the migration workflow.

      Parameters:
      status - The status of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the migration workflow.

      Parameters:
      status - The status of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      StopWorkflowResponse.Builder statusMessage(String statusMessage)

      The status message of the migration workflow.

      Parameters:
      statusMessage - The status message of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastStopTime

      StopWorkflowResponse.Builder lastStopTime(Instant lastStopTime)

      The time at which the migration workflow was stopped.

      Parameters:
      lastStopTime - The time at which the migration workflow was stopped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.