Interface PrincipalUser.Builder

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

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

    • id

      The identifier of the user.

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

      PrincipalUser.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:
    • 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:
    • membershipType

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

      PrincipalUser.Builder membershipType(MembershipType 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: