Interface ScheduleGroupSummary.Builder

    • Method Detail

      • arn

        ScheduleGroupSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the schedule group.

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

        ScheduleGroupSummary.Builder creationDate​(Instant creationDate)

        The time at which the schedule group was created.

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

        ScheduleGroupSummary.Builder lastModificationDate​(Instant lastModificationDate)

        The time at which the schedule group was last modified.

        Parameters:
        lastModificationDate - The time at which the schedule group was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ScheduleGroupSummary.Builder name​(String name)

        The name of the schedule group.

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