Interface StartWorkflowResponse.Builder

    • Method Detail

      • id

        StartWorkflowResponse.Builder id​(String 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

        StartWorkflowResponse.Builder arn​(String 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.
      • statusMessage

        StartWorkflowResponse.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.
      • lastStartTime

        StartWorkflowResponse.Builder lastStartTime​(Instant lastStartTime)

        The time at which the migration workflow was last started.

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