Class DataSourceConfiguration
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DataSourceConfiguration.Builder,
DataSourceConfiguration>
Provides the configuration information for an Amazon Kendra data source.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AlfrescoConfiguration
Deprecated.Deprecated AlfrescoConfiguration in favor of TemplateConfigurationfinal BoxConfiguration
Provides the configuration information to connect to Box as your data source.builder()
final ConfluenceConfiguration
Provides the configuration information to connect to Confluence as your data source.final DatabaseConfiguration
Provides the configuration information to connect to a database as your data source.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final FsxConfiguration
Provides the configuration information to connect to Amazon FSx as your data source.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final GitHubConfiguration
Provides the configuration information to connect to GitHub as your data source.final GoogleDriveConfiguration
Provides the configuration information to connect to Google Drive as your data source.final int
hashCode()
final JiraConfiguration
Provides the configuration information to connect to Jira as your data source.final OneDriveConfiguration
Provides the configuration information to connect to Microsoft OneDrive as your data source.final QuipConfiguration
Provides the configuration information to connect to Quip as your data source.Provides the configuration information to connect to an Amazon S3 bucket as your data source.final SalesforceConfiguration
Provides the configuration information to connect to Salesforce as your data source.static Class
<? extends DataSourceConfiguration.Builder> final ServiceNowConfiguration
Provides the configuration information to connect to ServiceNow as your data source.final SharePointConfiguration
Provides the configuration information to connect to Microsoft SharePoint as your data source.final SlackConfiguration
Provides the configuration information to connect to Slack as your data source.final TemplateConfiguration
Provides a template for the configuration information to connect to your data source.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final WebCrawlerConfiguration
Returns the value of the WebCrawlerConfiguration property for this object.final WorkDocsConfiguration
Provides the configuration information to connect to Amazon WorkDocs as your data source.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
s3Configuration
Provides the configuration information to connect to an Amazon S3 bucket as your data source.
Amazon Kendra now supports an upgraded Amazon S3 connector.
You must now use the TemplateConfiguration object instead of the
S3DataSourceConfiguration
object to configure your connector.Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
- Returns:
- Provides the configuration information to connect to an Amazon S3 bucket as your data source.
Amazon Kendra now supports an upgraded Amazon S3 connector.
You must now use the TemplateConfiguration object instead of the
S3DataSourceConfiguration
object to configure your connector.Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
-
databaseConfiguration
Provides the configuration information to connect to a database as your data source.
- Returns:
- Provides the configuration information to connect to a database as your data source.
-
salesforceConfiguration
Provides the configuration information to connect to Salesforce as your data source.
- Returns:
- Provides the configuration information to connect to Salesforce as your data source.
-
oneDriveConfiguration
Provides the configuration information to connect to Microsoft OneDrive as your data source.
- Returns:
- Provides the configuration information to connect to Microsoft OneDrive as your data source.
-
serviceNowConfiguration
Provides the configuration information to connect to ServiceNow as your data source.
- Returns:
- Provides the configuration information to connect to ServiceNow as your data source.
-
confluenceConfiguration
Provides the configuration information to connect to Confluence as your data source.
- Returns:
- Provides the configuration information to connect to Confluence as your data source.
-
googleDriveConfiguration
Provides the configuration information to connect to Google Drive as your data source.
- Returns:
- Provides the configuration information to connect to Google Drive as your data source.
-
webCrawlerConfiguration
Returns the value of the WebCrawlerConfiguration property for this object.- Returns:
- The value of the WebCrawlerConfiguration property for this object.
-
workDocsConfiguration
Provides the configuration information to connect to Amazon WorkDocs as your data source.
- Returns:
- Provides the configuration information to connect to Amazon WorkDocs as your data source.
-
fsxConfiguration
Provides the configuration information to connect to Amazon FSx as your data source.
Amazon Kendra now supports an upgraded Amazon FSx Windows connector.
You must now use the TemplateConfiguration object instead of the
FsxConfiguration
object to configure your connector.Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
- Returns:
- Provides the configuration information to connect to Amazon FSx as your data source.
Amazon Kendra now supports an upgraded Amazon FSx Windows connector.
You must now use the TemplateConfiguration object instead of the
FsxConfiguration
object to configure your connector.Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
-
slackConfiguration
Provides the configuration information to connect to Slack as your data source.
Amazon Kendra now supports an upgraded Slack connector.
You must now use the TemplateConfiguration object instead of the
SlackConfiguration
object to configure your connector.Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
- Returns:
- Provides the configuration information to connect to Slack as your data source.
Amazon Kendra now supports an upgraded Slack connector.
You must now use the TemplateConfiguration object instead of the
SlackConfiguration
object to configure your connector.Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
-
boxConfiguration
Provides the configuration information to connect to Box as your data source.
- Returns:
- Provides the configuration information to connect to Box as your data source.
-
quipConfiguration
Provides the configuration information to connect to Quip as your data source.
- Returns:
- Provides the configuration information to connect to Quip as your data source.
-
jiraConfiguration
Provides the configuration information to connect to Jira as your data source.
- Returns:
- Provides the configuration information to connect to Jira as your data source.
-
gitHubConfiguration
Provides the configuration information to connect to GitHub as your data source.
Amazon Kendra now supports an upgraded GitHub connector.
You must now use the TemplateConfiguration object instead of the
GitHubConfiguration
object to configure your connector.Connectors configured using the older console and API architecture will continue to function as configured. However, you won’t be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
- Returns:
- Provides the configuration information to connect to GitHub as your data source.
Amazon Kendra now supports an upgraded GitHub connector.
You must now use the TemplateConfiguration object instead of the
GitHubConfiguration
object to configure your connector.Connectors configured using the older console and API architecture will continue to function as configured. However, you won’t be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
-
alfrescoConfiguration
Deprecated.Deprecated AlfrescoConfiguration in favor of TemplateConfigurationProvides the configuration information to connect to Alfresco as your data source.
Support for
AlfrescoConfiguration
ended May 2023. We recommend migrating to or using the Alfresco data source template schema / TemplateConfiguration API.- Returns:
- Provides the configuration information to connect to Alfresco as your data source.
Support for
AlfrescoConfiguration
ended May 2023. We recommend migrating to or using the Alfresco data source template schema / TemplateConfiguration API.
-
templateConfiguration
Provides a template for the configuration information to connect to your data source.
- Returns:
- Provides a template for the configuration information to connect to your data source.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<DataSourceConfiguration.Builder,
DataSourceConfiguration> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-