@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCrawlerScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateCrawlerScheduleRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCrawlerScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCrawlerName()
The name of the crawler whose schedule to update.
|
String |
getSchedule()
The updated
cron expression used to specify the schedule. |
int |
hashCode() |
void |
setCrawlerName(String crawlerName)
The name of the crawler whose schedule to update.
|
void |
setSchedule(String schedule)
The updated
cron expression used to specify the schedule. |
String |
toString()
Returns a string representation of this object.
|
UpdateCrawlerScheduleRequest |
withCrawlerName(String crawlerName)
The name of the crawler whose schedule to update.
|
UpdateCrawlerScheduleRequest |
withSchedule(String schedule)
The updated
cron expression used to specify the schedule. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCrawlerName(String crawlerName)
The name of the crawler whose schedule to update.
crawlerName - The name of the crawler whose schedule to update.public String getCrawlerName()
The name of the crawler whose schedule to update.
public UpdateCrawlerScheduleRequest withCrawlerName(String crawlerName)
The name of the crawler whose schedule to update.
crawlerName - The name of the crawler whose schedule to update.public void setSchedule(String schedule)
The updated cron expression used to specify the schedule. For more information, see Time-Based Schedules for
Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify
cron(15 12 * * ? *).
schedule - The updated cron expression used to specify the schedule. For more information, see Time-Based Schedules
for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify
cron(15 12 * * ? *).public String getSchedule()
The updated cron expression used to specify the schedule. For more information, see Time-Based Schedules for
Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify
cron(15 12 * * ? *).
cron expression used to specify the schedule. For more information, see Time-Based
Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify
cron(15 12 * * ? *).public UpdateCrawlerScheduleRequest withSchedule(String schedule)
The updated cron expression used to specify the schedule. For more information, see Time-Based Schedules for
Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify
cron(15 12 * * ? *).
schedule - The updated cron expression used to specify the schedule. For more information, see Time-Based Schedules
for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify
cron(15 12 * * ? *).public String toString()
toString in class ObjectObject.toString()public UpdateCrawlerScheduleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.