Uses of Interface
software.amazon.awssdk.services.workdocs.model.Principal.Builder
-
Packages that use Principal.Builder Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of Principal.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return Principal.Builder Modifier and Type Method Description static Principal.BuilderPrincipal. builder()Principal.BuilderPrincipal.Builder. id(String id)The ID of the resource.Principal.BuilderPrincipal.Builder. roles(Collection<PermissionInfo> roles)The permission information for the resource.Principal.BuilderPrincipal.Builder. roles(Consumer<PermissionInfo.Builder>... roles)The permission information for the resource.Principal.BuilderPrincipal.Builder. roles(PermissionInfo... roles)The permission information for the resource.Principal.BuilderPrincipal. toBuilder()Principal.BuilderPrincipal.Builder. type(String type)The type of resource.Principal.BuilderPrincipal.Builder. type(PrincipalType type)The type of resource.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type Principal.Builder Modifier and Type Method Description static Class<? extends Principal.Builder>Principal. serializableBuilderClass()
-