Uses of Interface
software.amazon.awssdk.services.kendra.model.Principal.Builder
-
Packages that use Principal.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Principal.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return Principal.Builder Modifier and Type Method Description Principal.BuilderPrincipal.Builder. access(String access)Whether to allow or deny document access to the principal.Principal.BuilderPrincipal.Builder. access(ReadAccessType access)Whether to allow or deny document access to the principal.static Principal.BuilderPrincipal. builder()Principal.BuilderPrincipal.Builder. dataSourceId(String dataSourceId)The identifier of the data source the principal should access documents from.Principal.BuilderPrincipal.Builder. name(String name)The name of the user or group.Principal.BuilderPrincipal. toBuilder()Principal.BuilderPrincipal.Builder. type(String type)The type of principal.Principal.BuilderPrincipal.Builder. type(PrincipalType type)The type of principal.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Principal.Builder Modifier and Type Method Description static Class<? extends Principal.Builder>Principal. serializableBuilderClass()
-