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 AlfrescoConfigurationDeprecated.Deprecated AlfrescoConfiguration in favor of TemplateConfigurationfinal BoxConfigurationProvides the configuration information to connect to Box as your data source.builder()final ConfluenceConfigurationProvides the configuration information to connect to Confluence as your data source.final DatabaseConfigurationProvides the configuration information to connect to a database as your data source.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final FsxConfigurationProvides the configuration information to connect to Amazon FSx as your data source.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final GitHubConfigurationProvides the configuration information to connect to GitHub as your data source.final GoogleDriveConfigurationProvides the configuration information to connect to Google Drive as your data source.final inthashCode()final JiraConfigurationProvides the configuration information to connect to Jira as your data source.final OneDriveConfigurationProvides the configuration information to connect to Microsoft OneDrive as your data source.final QuipConfigurationProvides 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 SalesforceConfigurationProvides the configuration information to connect to Salesforce as your data source.static Class<? extends DataSourceConfiguration.Builder> final ServiceNowConfigurationProvides the configuration information to connect to ServiceNow as your data source.final SharePointConfigurationProvides the configuration information to connect to Microsoft SharePoint as your data source.final SlackConfigurationProvides the configuration information to connect to Slack as your data source.final TemplateConfigurationProvides 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 StringtoString()Returns a string representation of this object.final WebCrawlerConfigurationReturns the value of the WebCrawlerConfiguration property for this object.final WorkDocsConfigurationProvides 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.
- Returns:
 - Provides the configuration information to connect to an Amazon S3 bucket as your data source.
 
 - 
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.
- Returns:
 - Provides the configuration information to connect to Amazon FSx as your data source.
 
 - 
slackConfiguration
Provides the configuration information to connect to Slack as your data source.
- Returns:
 - Provides the configuration information to connect to Slack as your data source.
 
 - 
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.
- Returns:
 - Provides the configuration information to connect to GitHub as your data source.
 
 - 
alfrescoConfiguration
Deprecated.Deprecated AlfrescoConfiguration in favor of TemplateConfigurationProvides the configuration information to connect to Alfresco as your data source.
Support for
AlfrescoConfigurationended 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
AlfrescoConfigurationended 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:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<DataSourceConfiguration.Builder,DataSourceConfiguration> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin 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
 
 -