| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Schedule |
Schedule.clearTagsEntries()
Removes all the entries added into Tags.
|
Schedule |
Schedule.clone() |
Schedule |
Schedule.withAccountId(String accountId)
The ID of the Amazon Web Services account that owns the schedule.
|
Schedule |
Schedule.withCreateDate(Date createDate)
The date and time that the schedule was created.
|
Schedule |
Schedule.withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the schedule.
|
Schedule |
Schedule.withCronExpression(String cronExpression)
The dates and times when the job is to run.
|
Schedule |
Schedule.withJobNames(Collection<String> jobNames)
A list of jobs to be run, according to the schedule.
|
Schedule |
Schedule.withJobNames(String... jobNames)
A list of jobs to be run, according to the schedule.
|
Schedule |
Schedule.withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the schedule.
|
Schedule |
Schedule.withLastModifiedDate(Date lastModifiedDate)
The date and time when the schedule was last modified.
|
Schedule |
Schedule.withName(String name)
The name of the schedule.
|
Schedule |
Schedule.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
|
Schedule |
Schedule.withTags(Map<String,String> tags)
Metadata tags that have been applied to the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
List<Schedule> |
ListSchedulesResult.getSchedules()
A list of schedules that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchedulesResult |
ListSchedulesResult.withSchedules(Schedule... schedules)
A list of schedules that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchedulesResult.setSchedules(Collection<Schedule> schedules)
A list of schedules that are defined.
|
ListSchedulesResult |
ListSchedulesResult.withSchedules(Collection<Schedule> schedules)
A list of schedules that are defined.
|
Copyright © 2023. All rights reserved.