@Generated(value="software.amazon.awssdk:codegen") public final class GoogleDriveConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GoogleDriveConfiguration.Builder,GoogleDriveConfiguration>
Provides the configuration information to connect to Google Drive as your data source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GoogleDriveConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GoogleDriveConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
excludeMimeTypes()
A list of MIME types to exclude from the index.
|
List<String> |
excludeSharedDrives()
A list of identifiers or shared drives to exclude from the index.
|
List<String> |
excludeUserAccounts()
A list of email addresses of the users.
|
List<String> |
exclusionPatterns()
A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives and
users' My Drives.
|
List<DataSourceToIndexFieldMapping> |
fieldMappings()
Maps Google Drive data source attributes or field names to Amazon Kendra index field names.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExcludeMimeTypes()
For responses, this returns true if the service returned a value for the ExcludeMimeTypes property.
|
boolean |
hasExcludeSharedDrives()
For responses, this returns true if the service returned a value for the ExcludeSharedDrives property.
|
boolean |
hasExcludeUserAccounts()
For responses, this returns true if the service returned a value for the ExcludeUserAccounts property.
|
boolean |
hasExclusionPatterns()
For responses, this returns true if the service returned a value for the ExclusionPatterns property.
|
boolean |
hasFieldMappings()
For responses, this returns true if the service returned a value for the FieldMappings property.
|
int |
hashCode() |
boolean |
hasInclusionPatterns()
For responses, this returns true if the service returned a value for the InclusionPatterns property.
|
List<String> |
inclusionPatterns()
A list of regular expression patterns to include certain items in your Google Drive, including shared drives and
users' My Drives.
|
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The Amazon Resource Name (ARN) of a Secrets Managersecret that contains the credentials required to connect to
Google Drive.
|
static Class<? extends GoogleDriveConfiguration.Builder> |
serializableBuilderClass() |
GoogleDriveConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String secretArn()
The Amazon Resource Name (ARN) of a Secrets Managersecret that contains the credentials required to connect to Google Drive. For more information, see Using a Google Workspace Drive data source.
public final boolean hasInclusionPatterns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> inclusionPatterns()
A list of regular expression patterns to include certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasInclusionPatterns() method.
public final boolean hasExclusionPatterns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> exclusionPatterns()
A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasExclusionPatterns() method.
public final boolean hasFieldMappings()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<DataSourceToIndexFieldMapping> fieldMappings()
Maps Google Drive data source attributes or field names to Amazon Kendra index field names. To create custom
fields, use the UpdateIndex API before you map to Google Drive fields. For more information, see Mapping data source fields. The Google
Drive data source field names must exist in your Google Drive custom metadata.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFieldMappings() method.
UpdateIndex API before you map to Google Drive fields. For more
information, see Mapping data
source fields. The Google Drive data source field names must exist in your Google Drive custom
metadata.public final boolean hasExcludeMimeTypes()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> excludeMimeTypes()
A list of MIME types to exclude from the index. All documents matching the specified MIME type are excluded.
For a list of MIME types, see Using a Google Workspace Drive data source.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasExcludeMimeTypes() method.
For a list of MIME types, see Using a Google Workspace Drive data source.
public final boolean hasExcludeUserAccounts()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> excludeUserAccounts()
A list of email addresses of the users. Documents owned by these users are excluded from the index. Documents shared with excluded users are indexed unless they are excluded in another way.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasExcludeUserAccounts() method.
public final boolean hasExcludeSharedDrives()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> excludeSharedDrives()
A list of identifiers or shared drives to exclude from the index. All files and folders stored on the shared drive are excluded.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasExcludeSharedDrives() method.
public GoogleDriveConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GoogleDriveConfiguration.Builder,GoogleDriveConfiguration>public static GoogleDriveConfiguration.Builder builder()
public static Class<? extends GoogleDriveConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.