| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
S3DataSourceConfiguration |
S3DataSourceConfiguration.clone() |
S3DataSourceConfiguration |
DataSourceConfiguration.getS3Configuration()
Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withAccessControlListConfiguration(AccessControlListConfiguration accessControlListConfiguration)
Provides the path to the S3 bucket that contains the user context filtering files for the data source.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withBucketName(String bucketName)
The name of the bucket that contains the documents.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withDocumentsMetadataConfiguration(DocumentsMetadataConfiguration documentsMetadataConfiguration) |
S3DataSourceConfiguration |
S3DataSourceConfiguration.withExclusionPatterns(Collection<String> exclusionPatterns)
A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the
given pattern) for certain file names and file types to exclude from your index.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withExclusionPatterns(String... exclusionPatterns)
A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the
given pattern) for certain file names and file types to exclude from your index.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withInclusionPatterns(Collection<String> inclusionPatterns)
A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the
given pattern) for certain file names and file types to include in your index.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withInclusionPatterns(String... inclusionPatterns)
A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the
given pattern) for certain file names and file types to include in your index.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withInclusionPrefixes(Collection<String> inclusionPrefixes)
A list of S3 prefixes for the documents that should be included in the index.
|
S3DataSourceConfiguration |
S3DataSourceConfiguration.withInclusionPrefixes(String... inclusionPrefixes)
A list of S3 prefixes for the documents that should be included in the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setS3Configuration(S3DataSourceConfiguration s3Configuration)
Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
DataSourceConfiguration |
DataSourceConfiguration.withS3Configuration(S3DataSourceConfiguration s3Configuration)
Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
Copyright © 2025. All rights reserved.