Class DataSourceConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataSourceConfiguration.Builder,DataSourceConfiguration>
The connection configuration for the data source.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The configuration information to connect to Confluence as your data source.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()The configuration information to connect to Amazon S3 as your data source.The configuration information to connect to Salesforce as your data source.static Class<? extends DataSourceConfiguration.Builder>The configuration information to connect to SharePoint as your data source.final StringtoString()Returns a string representation of this object.final DataSourceTypetype()The type of data source.final StringThe type of data source.The configuration of web URLs to crawl for your data source.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
type
The type of data source.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDataSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of data source.
- See Also:
-
typeAsString
The type of data source.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDataSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of data source.
- See Also:
-
s3Configuration
The configuration information to connect to Amazon S3 as your data source.
- Returns:
- The configuration information to connect to Amazon S3 as your data source.
-
webConfiguration
The configuration of web URLs to crawl for your data source. You should be authorized to crawl the URLs.
Crawling web URLs as your data source is in preview release and is subject to change.
- Returns:
- The configuration of web URLs to crawl for your data source. You should be authorized to crawl the
URLs.
Crawling web URLs as your data source is in preview release and is subject to change.
-
confluenceConfiguration
The configuration information to connect to Confluence as your data source.
Confluence data source connector is in preview release and is subject to change.
- Returns:
- The configuration information to connect to Confluence as your data source.
Confluence data source connector is in preview release and is subject to change.
-
salesforceConfiguration
The configuration information to connect to Salesforce as your data source.
Salesforce data source connector is in preview release and is subject to change.
- Returns:
- The configuration information to connect to Salesforce as your data source.
Salesforce data source connector is in preview release and is subject to change.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataSourceConfiguration.Builder,DataSourceConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-