| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleDriveConfiguration |
GoogleDriveConfiguration.clone() |
GoogleDriveConfiguration |
DataSourceConfiguration.getGoogleDriveConfiguration()
Provides configuration for data sources that connect to Google Drive.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withExcludeMimeTypes(Collection<String> excludeMimeTypes)
A list of MIME types to exclude from the index.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withExcludeMimeTypes(String... excludeMimeTypes)
A list of MIME types to exclude from the index.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withExcludeSharedDrives(Collection<String> excludeSharedDrives)
A list of identifiers or shared drives to exclude from the index.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withExcludeSharedDrives(String... excludeSharedDrives)
A list of identifiers or shared drives to exclude from the index.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withExcludeUserAccounts(Collection<String> excludeUserAccounts)
A list of email addresses of the users.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withExcludeUserAccounts(String... excludeUserAccounts)
A list of email addresses of the users.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withExclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns that apply to the path on Google Drive.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withExclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns that apply to the path on Google Drive.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Defines mapping between a field in the Google Drive and a Amazon Kendra index field.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withFieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Defines mapping between a field in the Google Drive and a Amazon Kendra index field.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withInclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns that apply to path on Google Drive.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withInclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns that apply to path on Google Drive.
|
GoogleDriveConfiguration |
GoogleDriveConfiguration.withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of a AWS Secrets Manager secret that contains the credentials required to connect
to Google Drive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setGoogleDriveConfiguration(GoogleDriveConfiguration googleDriveConfiguration)
Provides configuration for data sources that connect to Google Drive.
|
DataSourceConfiguration |
DataSourceConfiguration.withGoogleDriveConfiguration(GoogleDriveConfiguration googleDriveConfiguration)
Provides configuration for data sources that connect to Google Drive.
|
Copyright © 2021. All rights reserved.