Uses of Interface
software.amazon.awssdk.services.qbusiness.model.PrincipalGroup.Builder
-
Packages that use PrincipalGroup.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of PrincipalGroup.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return PrincipalGroup.Builder Modifier and Type Method Description PrincipalGroup.BuilderPrincipalGroup.Builder. access(String access)Provides information about whether to allow or deny access to the principal.PrincipalGroup.BuilderPrincipalGroup.Builder. access(ReadAccessType access)Provides information about whether to allow or deny access to the principal.static PrincipalGroup.BuilderPrincipalGroup. builder()PrincipalGroup.BuilderPrincipalGroup.Builder. membershipType(String membershipType)The type of group.PrincipalGroup.BuilderPrincipalGroup.Builder. membershipType(MembershipType membershipType)The type of group.PrincipalGroup.BuilderPrincipalGroup.Builder. name(String name)The name of the group.PrincipalGroup.BuilderPrincipalGroup. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type PrincipalGroup.Builder Modifier and Type Method Description static Class<? extends PrincipalGroup.Builder>PrincipalGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type PrincipalGroup.Builder Modifier and Type Method Description static PrincipalPrincipal. fromGroup(Consumer<PrincipalGroup.Builder> group)Create an instance of this class withPrincipal.group()initialized to the given value.default Principal.BuilderPrincipal.Builder. group(Consumer<PrincipalGroup.Builder> group)The group associated with the principal.
-