@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()
Name of the crawler whose schedule to update.
|
String |
getSchedule()
The updated
cron expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. |
int |
hashCode() |
void |
setCrawlerName(String crawlerName)
Name of the crawler whose schedule to update.
|
void |
setSchedule(String schedule)
The updated
cron expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateCrawlerScheduleRequest |
withCrawlerName(String crawlerName)
Name of the crawler whose schedule to update.
|
UpdateCrawlerScheduleRequest |
withSchedule(String schedule)
The updated
cron expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. |
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, withSdkRequestTimeout
public void setCrawlerName(String crawlerName)
Name of the crawler whose schedule to update.
crawlerName
- Name of the crawler whose schedule to update.public String getCrawlerName()
Name of the crawler whose schedule to update.
public UpdateCrawlerScheduleRequest withCrawlerName(String crawlerName)
Name of the crawler whose schedule to update.
crawlerName
- Name of the crawler whose schedule to update.public void setSchedule(String schedule)
The updated cron
expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify:
cron(15 12 * * ? *)
.
schedule
- The updated cron
expression used to specify the schedule (see Time-Based Schedules
for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify:
cron(15 12 * * ? *)
.public String getSchedule()
The updated cron
expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify:
cron(15 12 * * ? *)
.
cron
expression used to specify the schedule (see Time-Based
Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would
specify: cron(15 12 * * ? *)
.public UpdateCrawlerScheduleRequest withSchedule(String schedule)
The updated cron
expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify:
cron(15 12 * * ? *)
.
schedule
- The updated cron
expression used to specify the schedule (see Time-Based Schedules
for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify:
cron(15 12 * * ? *)
.public String toString()
toString
in class Object
Object.toString()
public UpdateCrawlerScheduleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.