Interface DescribeScheduleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeScheduleResponse.Builder,DescribeScheduleResponse>,DataBrewResponse.Builder,SdkBuilder<DescribeScheduleResponse.Builder,DescribeScheduleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeScheduleResponse
public static interface DescribeScheduleResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<DescribeScheduleResponse.Builder,DescribeScheduleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeScheduleResponse.BuildercreateDate(Instant createDate)The date and time that the schedule was created.DescribeScheduleResponse.BuildercreatedBy(String createdBy)The identifier (user name) of the user who created the schedule.DescribeScheduleResponse.BuildercronExpression(String cronExpression)The date or dates and time or times when the jobs are to be run for the schedule.DescribeScheduleResponse.BuilderjobNames(String... jobNames)The name or names of one or more jobs to be run by using the schedule.DescribeScheduleResponse.BuilderjobNames(Collection<String> jobNames)The name or names of one or more jobs to be run by using the schedule.DescribeScheduleResponse.BuilderlastModifiedBy(String lastModifiedBy)The identifier (user name) of the user who last modified the schedule.DescribeScheduleResponse.BuilderlastModifiedDate(Instant lastModifiedDate)The date and time that the schedule was last modified.DescribeScheduleResponse.Buildername(String name)The name of the schedule.DescribeScheduleResponse.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the schedule.DescribeScheduleResponse.Buildertags(Map<String,String> tags)Metadata tags associated with this schedule.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createDate
DescribeScheduleResponse.Builder createDate(Instant createDate)
The date and time that the schedule was created.
- Parameters:
createDate- The date and time that the schedule was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
DescribeScheduleResponse.Builder createdBy(String createdBy)
The identifier (user name) of the user who created the schedule.
- Parameters:
createdBy- The identifier (user name) of the user who created the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobNames
DescribeScheduleResponse.Builder jobNames(Collection<String> jobNames)
The name or names of one or more jobs to be run by using the schedule.
- Parameters:
jobNames- The name or names of one or more jobs to be run by using the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobNames
DescribeScheduleResponse.Builder jobNames(String... jobNames)
The name or names of one or more jobs to be run by using the schedule.
- Parameters:
jobNames- The name or names of one or more jobs to be run by using the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
DescribeScheduleResponse.Builder lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the schedule.
- Parameters:
lastModifiedBy- The identifier (user name) of the user who last modified the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
DescribeScheduleResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time that the schedule was last modified.
- Parameters:
lastModifiedDate- The date and time that the schedule was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
DescribeScheduleResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the schedule.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cronExpression
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeScheduleResponse.Builder tags(Map<String,String> tags)
Metadata tags associated with this schedule.
- Parameters:
tags- Metadata tags associated with this schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DescribeScheduleResponse.Builder name(String name)
The name of the schedule.
- Parameters:
name- The name of the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-