@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CrawlerTargets extends Object implements Serializable, Cloneable, StructuredPojo
Specifies crawler targets.
| Constructor and Description |
|---|
CrawlerTargets() |
| Modifier and Type | Method and Description |
|---|---|
CrawlerTargets |
clone() |
boolean |
equals(Object obj) |
List<JdbcTarget> |
getJdbcTargets()
Specifies JDBC targets.
|
List<S3Target> |
getS3Targets()
Specifies targets in AWS S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setJdbcTargets(Collection<JdbcTarget> jdbcTargets)
Specifies JDBC targets.
|
void |
setS3Targets(Collection<S3Target> s3Targets)
Specifies targets in AWS S3.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CrawlerTargets |
withJdbcTargets(Collection<JdbcTarget> jdbcTargets)
Specifies JDBC targets.
|
CrawlerTargets |
withJdbcTargets(JdbcTarget... jdbcTargets)
Specifies JDBC targets.
|
CrawlerTargets |
withS3Targets(Collection<S3Target> s3Targets)
Specifies targets in AWS S3.
|
CrawlerTargets |
withS3Targets(S3Target... s3Targets)
Specifies targets in AWS S3.
|
public List<S3Target> getS3Targets()
Specifies targets in AWS S3.
public void setS3Targets(Collection<S3Target> s3Targets)
Specifies targets in AWS S3.
s3Targets - Specifies targets in AWS S3.public CrawlerTargets withS3Targets(S3Target... s3Targets)
Specifies targets in AWS S3.
NOTE: This method appends the values to the existing list (if any). Use
setS3Targets(java.util.Collection) or withS3Targets(java.util.Collection) if you want to
override the existing values.
s3Targets - Specifies targets in AWS S3.public CrawlerTargets withS3Targets(Collection<S3Target> s3Targets)
Specifies targets in AWS S3.
s3Targets - Specifies targets in AWS S3.public List<JdbcTarget> getJdbcTargets()
Specifies JDBC targets.
public void setJdbcTargets(Collection<JdbcTarget> jdbcTargets)
Specifies JDBC targets.
jdbcTargets - Specifies JDBC targets.public CrawlerTargets withJdbcTargets(JdbcTarget... jdbcTargets)
Specifies JDBC targets.
NOTE: This method appends the values to the existing list (if any). Use
setJdbcTargets(java.util.Collection) or withJdbcTargets(java.util.Collection) if you want to
override the existing values.
jdbcTargets - Specifies JDBC targets.public CrawlerTargets withJdbcTargets(Collection<JdbcTarget> jdbcTargets)
Specifies JDBC targets.
jdbcTargets - Specifies JDBC targets.public String toString()
toString in class ObjectObject.toString()public CrawlerTargets clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.