@Generated(value="software.amazon.awssdk:codegen") public final class CrawlerTargets extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CrawlerTargets.Builder,CrawlerTargets>
Specifies data stores to crawl.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CrawlerTargets.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CrawlerTargets.Builder |
builder() |
List<CatalogTarget> |
catalogTargets()
Specifies AWS Glue Data Catalog targets.
|
List<DynamoDBTarget> |
dynamoDBTargets()
Specifies Amazon DynamoDB targets.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCatalogTargets()
Returns true if the CatalogTargets property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasDynamoDBTargets()
Returns true if the DynamoDBTargets property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasJdbcTargets()
Returns true if the JdbcTargets property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasMongoDBTargets()
Returns true if the MongoDBTargets property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasS3Targets()
Returns true if the S3Targets property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<JdbcTarget> |
jdbcTargets()
Specifies JDBC targets.
|
List<MongoDBTarget> |
mongoDBTargets()
Specifies Amazon DocumentDB or MongoDB targets.
|
List<S3Target> |
s3Targets()
Specifies Amazon Simple Storage Service (Amazon S3) targets.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CrawlerTargets.Builder> |
serializableBuilderClass() |
CrawlerTargets.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasS3Targets()
public List<S3Target> s3Targets()
Specifies Amazon Simple Storage Service (Amazon S3) targets.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasS3Targets() to see if a value was sent in this field.
public boolean hasJdbcTargets()
public List<JdbcTarget> jdbcTargets()
Specifies JDBC targets.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasJdbcTargets() to see if a value was sent in this field.
public boolean hasMongoDBTargets()
public List<MongoDBTarget> mongoDBTargets()
Specifies Amazon DocumentDB or MongoDB targets.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMongoDBTargets() to see if a value was sent in this field.
public boolean hasDynamoDBTargets()
public List<DynamoDBTarget> dynamoDBTargets()
Specifies Amazon DynamoDB targets.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDynamoDBTargets() to see if a value was sent in this field.
public boolean hasCatalogTargets()
public List<CatalogTarget> catalogTargets()
Specifies AWS Glue Data Catalog targets.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCatalogTargets() to see if a value was sent in this field.
public CrawlerTargets.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CrawlerTargets.Builder,CrawlerTargets>public static CrawlerTargets.Builder builder()
public static Class<? extends CrawlerTargets.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.