Uses of Interface
software.amazon.awssdk.services.kendra.model.HierarchicalPrincipal.Builder
-
Packages that use HierarchicalPrincipal.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of HierarchicalPrincipal.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return HierarchicalPrincipal.Builder Modifier and Type Method Description static HierarchicalPrincipal.BuilderHierarchicalPrincipal. builder()HierarchicalPrincipal.BuilderHierarchicalPrincipal.Builder. principalList(Collection<Principal> principalList)A list of principal lists that define the hierarchy for which documents users should have access to.HierarchicalPrincipal.BuilderHierarchicalPrincipal.Builder. principalList(Consumer<Principal.Builder>... principalList)A list of principal lists that define the hierarchy for which documents users should have access to.HierarchicalPrincipal.BuilderHierarchicalPrincipal.Builder. principalList(Principal... principalList)A list of principal lists that define the hierarchy for which documents users should have access to.HierarchicalPrincipal.BuilderHierarchicalPrincipal. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type HierarchicalPrincipal.Builder Modifier and Type Method Description static Class<? extends HierarchicalPrincipal.Builder>HierarchicalPrincipal. serializableBuilderClass()
-