Interface RunListItem.Builder

    • Method Detail

      • arn

        RunListItem.Builder arn​(String 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

        RunListItem.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.
      • status

        RunListItem.Builder status​(String 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:
        RunStatus, RunStatus
      • status

        RunListItem.Builder status​(RunStatus 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:
        RunStatus, RunStatus
      • workflowId

        RunListItem.Builder workflowId​(String workflowId)

        The run's workflow ID.

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

        RunListItem.Builder name​(String name)

        The run's name.

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

        RunListItem.Builder priority​(Integer priority)

        The run's priority.

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

        RunListItem.Builder storageCapacity​(Integer storageCapacity)

        The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.

        Parameters:
        storageCapacity - The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        RunListItem.Builder creationTime​(Instant creationTime)

        When the run was created.

        Parameters:
        creationTime - When the run was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        RunListItem.Builder startTime​(Instant startTime)

        When the run started.

        Parameters:
        startTime - When the run started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stopTime

        RunListItem.Builder stopTime​(Instant stopTime)

        When the run stopped.

        Parameters:
        stopTime - When the run stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageType

        RunListItem.Builder storageType​(String storageType)

        The run's storage type.

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

        RunListItem.Builder storageType​(StorageType storageType)

        The run's storage type.

        Parameters:
        storageType - The run's storage type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StorageType, StorageType