Interface StartRunResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StartRunResponse.Builder,StartRunResponse>, OmicsResponse.Builder, SdkBuilder<StartRunResponse.Builder,StartRunResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartRunResponse

public static interface StartRunResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<StartRunResponse.Builder,StartRunResponse>
  • Method Details

    • arn

      The run's ARN.

      Parameters:
      arn - The run's ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The run's ID.

      Parameters:
      id - The run's ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The run's status.

      Parameters:
      status - The run's status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The run's status.

      Parameters:
      status - The run's status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The run's tags.

      Parameters:
      tags - The run's tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • uuid

      The universally unique identifier for a run.

      Parameters:
      uuid - The universally unique identifier for a run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runOutputUri

      StartRunResponse.Builder runOutputUri(String runOutputUri)

      The destination for workflow outputs.

      Parameters:
      runOutputUri - The destination for workflow outputs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.