Interface StartRunResponse.Builder

    • Method Detail

      • arn

        StartRunResponse.Builder arn​(String arn)

        Unique resource identifier for the run.

        Parameters:
        arn - Unique resource identifier for the run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        StartRunResponse.Builder id​(String 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.
      • tags

        StartRunResponse.Builder tags​(Map<String,​String> 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

        StartRunResponse.Builder uuid​(String 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.