Interface PrincipalGroup.Builder

    • Method Detail

      • name

        PrincipalGroup.Builder name​(String name)

        The name of the group.

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

        PrincipalGroup.Builder access​(String access)

        Provides information about whether to allow or deny access to the principal.

        Parameters:
        access - Provides information about whether to allow or deny access to the principal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReadAccessType, ReadAccessType
      • access

        PrincipalGroup.Builder access​(ReadAccessType access)

        Provides information about whether to allow or deny access to the principal.

        Parameters:
        access - Provides information about whether to allow or deny access to the principal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReadAccessType, ReadAccessType
      • membershipType

        PrincipalGroup.Builder membershipType​(String membershipType)

        The type of group.

        Parameters:
        membershipType - The type of group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MembershipType, MembershipType