@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SharePointCrawlerConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the SharePoint content. For example, configuring specific types of SharePoint content.
Constructor and Description |
---|
SharePointCrawlerConfiguration() |
Modifier and Type | Method and Description |
---|---|
SharePointCrawlerConfiguration |
clone() |
boolean |
equals(Object obj) |
CrawlFilterConfiguration |
getFilterConfiguration()
The configuration of filtering the SharePoint content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFilterConfiguration(CrawlFilterConfiguration filterConfiguration)
The configuration of filtering the SharePoint content.
|
String |
toString()
Returns a string representation of this object.
|
SharePointCrawlerConfiguration |
withFilterConfiguration(CrawlFilterConfiguration filterConfiguration)
The configuration of filtering the SharePoint content.
|
public void setFilterConfiguration(CrawlFilterConfiguration filterConfiguration)
The configuration of filtering the SharePoint content. For example, configuring regular expression patterns to include or exclude certain content.
filterConfiguration
- The configuration of filtering the SharePoint content. For example, configuring regular expression
patterns to include or exclude certain content.public CrawlFilterConfiguration getFilterConfiguration()
The configuration of filtering the SharePoint content. For example, configuring regular expression patterns to include or exclude certain content.
public SharePointCrawlerConfiguration withFilterConfiguration(CrawlFilterConfiguration filterConfiguration)
The configuration of filtering the SharePoint content. For example, configuring regular expression patterns to include or exclude certain content.
filterConfiguration
- The configuration of filtering the SharePoint content. For example, configuring regular expression
patterns to include or exclude certain content.public String toString()
toString
in class Object
Object.toString()
public SharePointCrawlerConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.