@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies data lineage configuration settings for the crawler.
Constructor and Description |
---|
LineageConfiguration() |
Modifier and Type | Method and Description |
---|---|
LineageConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getCrawlerLineageSettings()
Specifies whether data lineage is enabled for the crawler.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCrawlerLineageSettings(String crawlerLineageSettings)
Specifies whether data lineage is enabled for the crawler.
|
String |
toString()
Returns a string representation of this object.
|
LineageConfiguration |
withCrawlerLineageSettings(CrawlerLineageSettings crawlerLineageSettings)
Specifies whether data lineage is enabled for the crawler.
|
LineageConfiguration |
withCrawlerLineageSettings(String crawlerLineageSettings)
Specifies whether data lineage is enabled for the crawler.
|
public void setCrawlerLineageSettings(String crawlerLineageSettings)
Specifies whether data lineage is enabled for the crawler. Valid values are:
ENABLE: enables data lineage for the crawler
DISABLE: disables data lineage for the crawler
crawlerLineageSettings
- Specifies whether data lineage is enabled for the crawler. Valid values are:
ENABLE: enables data lineage for the crawler
DISABLE: disables data lineage for the crawler
CrawlerLineageSettings
public String getCrawlerLineageSettings()
Specifies whether data lineage is enabled for the crawler. Valid values are:
ENABLE: enables data lineage for the crawler
DISABLE: disables data lineage for the crawler
ENABLE: enables data lineage for the crawler
DISABLE: disables data lineage for the crawler
CrawlerLineageSettings
public LineageConfiguration withCrawlerLineageSettings(String crawlerLineageSettings)
Specifies whether data lineage is enabled for the crawler. Valid values are:
ENABLE: enables data lineage for the crawler
DISABLE: disables data lineage for the crawler
crawlerLineageSettings
- Specifies whether data lineage is enabled for the crawler. Valid values are:
ENABLE: enables data lineage for the crawler
DISABLE: disables data lineage for the crawler
CrawlerLineageSettings
public LineageConfiguration withCrawlerLineageSettings(CrawlerLineageSettings crawlerLineageSettings)
Specifies whether data lineage is enabled for the crawler. Valid values are:
ENABLE: enables data lineage for the crawler
DISABLE: disables data lineage for the crawler
crawlerLineageSettings
- Specifies whether data lineage is enabled for the crawler. Valid values are:
ENABLE: enables data lineage for the crawler
DISABLE: disables data lineage for the crawler
CrawlerLineageSettings
public String toString()
toString
in class Object
Object.toString()
public LineageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.