@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SharePointDataSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration information to connect to SharePoint as your data source.
Constructor and Description |
---|
SharePointDataSourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
SharePointDataSourceConfiguration |
clone() |
boolean |
equals(Object obj) |
SharePointCrawlerConfiguration |
getCrawlerConfiguration()
The configuration of the SharePoint content.
|
SharePointSourceConfiguration |
getSourceConfiguration()
The endpoint information to connect to your SharePoint data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCrawlerConfiguration(SharePointCrawlerConfiguration crawlerConfiguration)
The configuration of the SharePoint content.
|
void |
setSourceConfiguration(SharePointSourceConfiguration sourceConfiguration)
The endpoint information to connect to your SharePoint data source.
|
String |
toString()
Returns a string representation of this object.
|
SharePointDataSourceConfiguration |
withCrawlerConfiguration(SharePointCrawlerConfiguration crawlerConfiguration)
The configuration of the SharePoint content.
|
SharePointDataSourceConfiguration |
withSourceConfiguration(SharePointSourceConfiguration sourceConfiguration)
The endpoint information to connect to your SharePoint data source.
|
public void setCrawlerConfiguration(SharePointCrawlerConfiguration crawlerConfiguration)
The configuration of the SharePoint content. For example, configuring specific types of SharePoint content.
crawlerConfiguration
- The configuration of the SharePoint content. For example, configuring specific types of SharePoint
content.public SharePointCrawlerConfiguration getCrawlerConfiguration()
The configuration of the SharePoint content. For example, configuring specific types of SharePoint content.
public SharePointDataSourceConfiguration withCrawlerConfiguration(SharePointCrawlerConfiguration crawlerConfiguration)
The configuration of the SharePoint content. For example, configuring specific types of SharePoint content.
crawlerConfiguration
- The configuration of the SharePoint content. For example, configuring specific types of SharePoint
content.public void setSourceConfiguration(SharePointSourceConfiguration sourceConfiguration)
The endpoint information to connect to your SharePoint data source.
sourceConfiguration
- The endpoint information to connect to your SharePoint data source.public SharePointSourceConfiguration getSourceConfiguration()
The endpoint information to connect to your SharePoint data source.
public SharePointDataSourceConfiguration withSourceConfiguration(SharePointSourceConfiguration sourceConfiguration)
The endpoint information to connect to your SharePoint data source.
sourceConfiguration
- The endpoint information to connect to your SharePoint data source.public String toString()
toString
in class Object
Object.toString()
public SharePointDataSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.