@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateScheduleRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCronExpression()
The date or dates and time or times when the jobs are to be run.
|
List<String> |
getJobNames()
The name or names of one or more jobs to be run for this schedule.
|
String |
getName()
The name of the schedule to update.
|
int |
hashCode() |
void |
setCronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run.
|
void |
setJobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run for this schedule.
|
void |
setName(String name)
The name of the schedule to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateScheduleRequest |
withCronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run.
|
UpdateScheduleRequest |
withJobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run for this schedule.
|
UpdateScheduleRequest |
withJobNames(String... jobNames)
The name or names of one or more jobs to be run for this schedule.
|
UpdateScheduleRequest |
withName(String name)
The name of the schedule to update.
|
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 List<String> getJobNames()
The name or names of one or more jobs to be run for this schedule.
public void setJobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run for this schedule.
jobNames
- The name or names of one or more jobs to be run for this schedule.public UpdateScheduleRequest withJobNames(String... jobNames)
The name or names of one or more jobs to be run for this schedule.
NOTE: This method appends the values to the existing list (if any). Use
setJobNames(java.util.Collection)
or withJobNames(java.util.Collection)
if you want to override
the existing values.
jobNames
- The name or names of one or more jobs to be run for this schedule.public UpdateScheduleRequest withJobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run for this schedule.
jobNames
- The name or names of one or more jobs to be run for this schedule.public void setCronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
cronExpression
- The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue
DataBrew Developer Guide.public String getCronExpression()
The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
public UpdateScheduleRequest withCronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
cronExpression
- The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue
DataBrew Developer Guide.public void setName(String name)
The name of the schedule to update.
name
- The name of the schedule to update.public String getName()
The name of the schedule to update.
public UpdateScheduleRequest withName(String name)
The name of the schedule to update.
name
- The name of the schedule to update.public String toString()
toString
in class Object
Object.toString()
public UpdateScheduleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()