Interface UsersAndGroups.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UsersAndGroups.Builder,UsersAndGroups>, SdkBuilder<UsersAndGroups.Builder,UsersAndGroups>, SdkPojo
Enclosing class:
UsersAndGroups

public static interface UsersAndGroups.Builder extends SdkPojo, CopyableBuilder<UsersAndGroups.Builder,UsersAndGroups>
  • Method Details

    • userIds

      The user ids associated with a topic control rule.

      Parameters:
      userIds - The user ids associated with a topic control rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userIds

      UsersAndGroups.Builder userIds(String... userIds)

      The user ids associated with a topic control rule.

      Parameters:
      userIds - The user ids associated with a topic control rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userGroups

      UsersAndGroups.Builder userGroups(Collection<String> userGroups)

      The user groups associated with a topic control rule.

      Parameters:
      userGroups - The user groups associated with a topic control rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userGroups

      UsersAndGroups.Builder userGroups(String... userGroups)

      The user groups associated with a topic control rule.

      Parameters:
      userGroups - The user groups associated with a topic control rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.