Interface CreateRunGroupResponse.Builder

    • Method Detail

      • arn

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

        CreateRunGroupResponse.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.
      • tags

        CreateRunGroupResponse.Builder tags​(Map<String,​String> tags)

        Tags for the run group.

        Parameters:
        tags - Tags for the run group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.