static GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.builder() |
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.excludeMimeTypes(String... excludeMimeTypes) |
A list of MIME types to exclude from the index.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.excludeMimeTypes(Collection<String> excludeMimeTypes) |
A list of MIME types to exclude from the index.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.excludeSharedDrives(String... excludeSharedDrives) |
A list of identifiers or shared drives to exclude from the index.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.excludeSharedDrives(Collection<String> excludeSharedDrives) |
A list of identifiers or shared drives to exclude from the index.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.excludeUserAccounts(String... excludeUserAccounts) |
A list of email addresses of the users.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.excludeUserAccounts(Collection<String> excludeUserAccounts) |
A list of email addresses of the users.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.exclusionPatterns(String... exclusionPatterns) |
A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives
and users' My Drives.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.exclusionPatterns(Collection<String> exclusionPatterns) |
A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives
and users' My Drives.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings) |
Maps Google Drive data source attributes or field names to Amazon Kendra index field names.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings) |
Maps Google Drive data source attributes or field names to Amazon Kendra index field names.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.fieldMappings(DataSourceToIndexFieldMapping... fieldMappings) |
Maps Google Drive data source attributes or field names to Amazon Kendra index field names.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.inclusionPatterns(String... inclusionPatterns) |
A list of regular expression patterns to include certain items in your Google Drive, including shared drives
and users' My Drives.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.inclusionPatterns(Collection<String> inclusionPatterns) |
A list of regular expression patterns to include certain items in your Google Drive, including shared drives
and users' My Drives.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.Builder.secretArn(String secretArn) |
The Amazon Resource Name (ARN) of a Secrets Managersecret that contains the credentials required to connect
to Google Drive.
|
GoogleDriveConfiguration.Builder |
GoogleDriveConfiguration.toBuilder() |
|