Uses of Interface
software.amazon.awssdk.services.kendra.model.AccessControlListConfiguration.Builder
-
Packages that use AccessControlListConfiguration.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of AccessControlListConfiguration.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return AccessControlListConfiguration.Builder Modifier and Type Method Description static AccessControlListConfiguration.BuilderAccessControlListConfiguration. builder()AccessControlListConfiguration.BuilderAccessControlListConfiguration.Builder. keyPath(String keyPath)Path to the Amazon S3 bucket that contains the ACL files.AccessControlListConfiguration.BuilderAccessControlListConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type AccessControlListConfiguration.Builder Modifier and Type Method Description static Class<? extends AccessControlListConfiguration.Builder>AccessControlListConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type AccessControlListConfiguration.Builder Modifier and Type Method Description default S3DataSourceConfiguration.BuilderS3DataSourceConfiguration.Builder. accessControlListConfiguration(Consumer<AccessControlListConfiguration.Builder> accessControlListConfiguration)Provides the path to the S3 bucket that contains the user context filtering files for the data source.
-