Interface PrincipalGroup.Builder

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

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

    • 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

      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

      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

      PrincipalGroup.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: