Interface ScheduleSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the schedule.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the schedule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      ScheduleSummary.Builder creationDate(Instant creationDate)

      The time at which the schedule was created.

      Parameters:
      creationDate - The time at which the schedule was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupName

      ScheduleSummary.Builder groupName(String groupName)

      The name of the schedule group associated with this schedule.

      Parameters:
      groupName - The name of the schedule group associated with this schedule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModificationDate

      ScheduleSummary.Builder lastModificationDate(Instant lastModificationDate)

      The time at which the schedule was last modified.

      Parameters:
      lastModificationDate - The time at which the schedule was last modified.
      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.
    • state

      Specifies whether the schedule is enabled or disabled.

      Parameters:
      state - Specifies whether the schedule is enabled or disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      Specifies whether the schedule is enabled or disabled.

      Parameters:
      state - Specifies whether the schedule is enabled or disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • target

      The schedule's target details.

      Parameters:
      target - The schedule's target details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • target

      The schedule's target details.

      This is a convenience method that creates an instance of the TargetSummary.Builder avoiding the need to create one manually via TargetSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to target(TargetSummary).

      Parameters:
      target - a consumer that will call methods on TargetSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: