Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.Principal.Builder
-
Packages that use Principal.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of Principal.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return Principal.Builder Modifier and Type Method Description static Principal.BuilderPrincipal. builder()Principal.BuilderPrincipal.Builder. principalARN(String principalARN)The ARN of the principal (user, role, or group).Principal.BuilderPrincipal.Builder. principalType(String principalType)The principal type.Principal.BuilderPrincipal.Builder. principalType(PrincipalType principalType)The principal type.Principal.BuilderPrincipal. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type Principal.Builder Modifier and Type Method Description static Class<? extends Principal.Builder>Principal. serializableBuilderClass()
-