Interface GetRunGroupResponse.Builder

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

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

    • arn

      The group's ARN.

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

      The group's ID.

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

      The group's name.

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

      The group's maximum number of CPUs to use.

      Parameters:
      maxCpus - The group's maximum number of CPUs to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxRuns

      The maximum number of concurrent runs for the group.

      Parameters:
      maxRuns - The maximum number of concurrent runs for the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxDuration

      GetRunGroupResponse.Builder maxDuration(Integer maxDuration)

      The group's maximum run time in minutes.

      Parameters:
      maxDuration - The group's maximum run time in minutes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      GetRunGroupResponse.Builder creationTime(Instant creationTime)

      When the group was created.

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

      The group's tags.

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

      The maximum GPUs that can be used by a run group.

      Parameters:
      maxGpus - The maximum GPUs that can be used by a run group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.