Interface GetRunGroupResponse.Builder

    • Method Detail

      • arn

        GetRunGroupResponse.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

        GetRunGroupResponse.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

        GetRunGroupResponse.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

        GetRunGroupResponse.Builder maxCpus​(Integer 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

        GetRunGroupResponse.Builder maxRuns​(Integer 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

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

        GetRunGroupResponse.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.