Interface WorkspacesIpGroup.Builder

    • Method Detail

      • groupId

        WorkspacesIpGroup.Builder groupId​(String groupId)

        The identifier of the group.

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

        WorkspacesIpGroup.Builder groupName​(String groupName)

        The name of the group.

        Parameters:
        groupName - The name of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupDesc

        WorkspacesIpGroup.Builder groupDesc​(String groupDesc)

        The description of the group.

        Parameters:
        groupDesc - The description of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userRules

        WorkspacesIpGroup.Builder userRules​(IpRuleItem... userRules)

        The rules.

        Parameters:
        userRules - The rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.