public static interface DescribeScheduleResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<DescribeScheduleResponse.Builder,DescribeScheduleResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduleResponse.Builder |
createDate(Instant createDate)
The date and time that the schedule was created.
|
DescribeScheduleResponse.Builder |
createdBy(String createdBy)
The identifier (user name) of the user who created the schedule.
|
DescribeScheduleResponse.Builder |
cronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run for the schedule.
|
DescribeScheduleResponse.Builder |
jobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run by using the schedule.
|
DescribeScheduleResponse.Builder |
jobNames(String... jobNames)
The name or names of one or more jobs to be run by using the schedule.
|
DescribeScheduleResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the schedule.
|
DescribeScheduleResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time that the schedule was last modified.
|
DescribeScheduleResponse.Builder |
name(String name)
The name of the schedule.
|
DescribeScheduleResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
|
DescribeScheduleResponse.Builder |
tags(Map<String,String> tags)
Metadata tags associated with this schedule.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScheduleResponse.Builder createDate(Instant createDate)
The date and time that the schedule was created.
createDate - The date and time that the schedule was created.DescribeScheduleResponse.Builder createdBy(String createdBy)
The identifier (user name) of the user who created the schedule.
createdBy - The identifier (user name) of the user who created the schedule.DescribeScheduleResponse.Builder jobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run by using the schedule.
jobNames - The name or names of one or more jobs to be run by using the schedule.DescribeScheduleResponse.Builder jobNames(String... jobNames)
The name or names of one or more jobs to be run by using the schedule.
jobNames - The name or names of one or more jobs to be run by using the schedule.DescribeScheduleResponse.Builder lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the schedule.
lastModifiedBy - The identifier (user name) of the user who last modified the schedule.DescribeScheduleResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time that the schedule was last modified.
lastModifiedDate - The date and time that the schedule was last modified.DescribeScheduleResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
resourceArn - The Amazon Resource Name (ARN) of the schedule.DescribeScheduleResponse.Builder cronExpression(String cronExpression)
The date or dates and time or times when the jobs are to be run for the schedule. 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 the schedule. For more
information, see Cron
expressions in the Glue DataBrew Developer Guide.DescribeScheduleResponse.Builder tags(Map<String,String> tags)
Metadata tags associated with this schedule.
tags - Metadata tags associated with this schedule.DescribeScheduleResponse.Builder name(String name)
The name of the schedule.
name - The name of the schedule.Copyright © 2023. All rights reserved.