public static interface Schedule.Builder extends SdkPojo, CopyableBuilder<Schedule.Builder,Schedule>
| Modifier and Type | Method and Description |
|---|---|
Schedule.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account that owns the schedule.
|
Schedule.Builder |
createDate(Instant createDate)
The date and time that the schedule was created.
|
Schedule.Builder |
createdBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the schedule.
|
Schedule.Builder |
cronExpression(String cronExpression)
The dates and times when the job is to run.
|
Schedule.Builder |
jobNames(Collection<String> jobNames)
A list of jobs to be run, according to the schedule.
|
Schedule.Builder |
jobNames(String... jobNames)
A list of jobs to be run, according to the schedule.
|
Schedule.Builder |
lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the schedule.
|
Schedule.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time when the schedule was last modified.
|
Schedule.Builder |
name(String name)
The name of the schedule.
|
Schedule.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
|
Schedule.Builder |
tags(Map<String,String> tags)
Metadata tags that have been applied to the schedule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchedule.Builder accountId(String accountId)
The ID of the Amazon Web Services account that owns the schedule.
accountId - The ID of the Amazon Web Services account that owns the schedule.Schedule.Builder createdBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the schedule.
createdBy - The Amazon Resource Name (ARN) of the user who created the schedule.Schedule.Builder createDate(Instant createDate)
The date and time that the schedule was created.
createDate - The date and time that the schedule was created.Schedule.Builder jobNames(Collection<String> jobNames)
A list of jobs to be run, according to the schedule.
jobNames - A list of jobs to be run, according to the schedule.Schedule.Builder jobNames(String... jobNames)
A list of jobs to be run, according to the schedule.
jobNames - A list of jobs to be run, according to the schedule.Schedule.Builder lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the schedule.
lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the schedule.Schedule.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time when the schedule was last modified.
lastModifiedDate - The date and time when the schedule was last modified.Schedule.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
resourceArn - The Amazon Resource Name (ARN) of the schedule.Schedule.Builder cronExpression(String cronExpression)
The dates and times when the job is to run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
cronExpression - The dates and times when the job is to run. For more information, see Cron expressions in the
Glue DataBrew Developer Guide.Schedule.Builder tags(Map<String,String> tags)
Metadata tags that have been applied to the schedule.
tags - Metadata tags that have been applied to the schedule.Schedule.Builder name(String name)
The name of the schedule.
name - The name of the schedule.Copyright © 2023. All rights reserved.