@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UrlConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.
| Constructor and Description |
|---|
UrlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
UrlConfiguration |
clone() |
boolean |
equals(Object obj) |
List<SeedUrl> |
getSeedUrls()
One or more seed or starting point URLs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSeedUrls(Collection<SeedUrl> seedUrls)
One or more seed or starting point URLs.
|
String |
toString()
Returns a string representation of this object.
|
UrlConfiguration |
withSeedUrls(Collection<SeedUrl> seedUrls)
One or more seed or starting point URLs.
|
UrlConfiguration |
withSeedUrls(SeedUrl... seedUrls)
One or more seed or starting point URLs.
|
public List<SeedUrl> getSeedUrls()
One or more seed or starting point URLs.
public void setSeedUrls(Collection<SeedUrl> seedUrls)
One or more seed or starting point URLs.
seedUrls - One or more seed or starting point URLs.public UrlConfiguration withSeedUrls(SeedUrl... seedUrls)
One or more seed or starting point URLs.
NOTE: This method appends the values to the existing list (if any). Use
setSeedUrls(java.util.Collection) or withSeedUrls(java.util.Collection) if you want to override
the existing values.
seedUrls - One or more seed or starting point URLs.public UrlConfiguration withSeedUrls(Collection<SeedUrl> seedUrls)
One or more seed or starting point URLs.
seedUrls - One or more seed or starting point URLs.public String toString()
toString in class ObjectObject.toString()public UrlConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.