@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 (see Time-Based Schedules for
Jobs and Crawlers. |
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 (see Time-Based Schedules for
Jobs and Crawlers. |
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 (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)
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 (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()