Interface RunListItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RunListItem.Builder,RunListItem>, SdkBuilder<RunListItem.Builder,RunListItem>, SdkPojo
Enclosing class:
RunListItem

public static interface RunListItem.Builder extends SdkPojo, CopyableBuilder<RunListItem.Builder,RunListItem>
  • 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

      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:
    • 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:
    • 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

      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

      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: