Interface CreateSecurityGroupResponse.Builder

    • Method Detail

      • groupId

        CreateSecurityGroupResponse.Builder groupId​(String groupId)

        The ID of the security group.

        Parameters:
        groupId - The ID of the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateSecurityGroupResponse.Builder tags​(Collection<Tag> tags)

        The tags assigned to the security group.

        Parameters:
        tags - The tags assigned to the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateSecurityGroupResponse.Builder tags​(Tag... tags)

        The tags assigned to the security group.

        Parameters:
        tags - The tags assigned to the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.