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 Details

    • 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

      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

      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

      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

      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

      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.