Interface RunGroupListItem.Builder

    • Method Detail

      • arn

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

        RunGroupListItem.Builder id​(String 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

        RunGroupListItem.Builder name​(String 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

        RunGroupListItem.Builder maxCpus​(Integer maxCpus)

        The group's maximum CPU count setting.

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

        RunGroupListItem.Builder maxRuns​(Integer maxRuns)

        The group's maximum concurrent run setting.

        Parameters:
        maxRuns - The group's maximum concurrent run setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxDuration

        RunGroupListItem.Builder maxDuration​(Integer maxDuration)

        The group's maximum duration setting in minutes.

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

        RunGroupListItem.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.
      • maxGpus

        RunGroupListItem.Builder maxGpus​(Integer 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.