Interface ScheduleSummary.Builder

    • Method Detail

      • arn

        ScheduleSummary.Builder arn​(String 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

        ScheduleSummary.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.
      • state

        ScheduleSummary.Builder state​(String 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:
        ScheduleState, ScheduleState
      • state

        ScheduleSummary.Builder state​(ScheduleState 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:
        ScheduleState, ScheduleState
      • target

        ScheduleSummary.Builder target​(TargetSummary 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.