Interface ListScheduleGroupsResponse.Builder

    • Method Detail

      • nextToken

        ListScheduleGroupsResponse.Builder nextToken​(String nextToken)

        Indicates whether there are additional results to retrieve. If the value is null, there are no more results.

        Parameters:
        nextToken - Indicates whether there are additional results to retrieve. If the value is null, there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduleGroups

        ListScheduleGroupsResponse.Builder scheduleGroups​(Collection<ScheduleGroupSummary> scheduleGroups)

        The schedule groups that match the specified criteria.

        Parameters:
        scheduleGroups - The schedule groups that match the specified criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduleGroups

        ListScheduleGroupsResponse.Builder scheduleGroups​(ScheduleGroupSummary... scheduleGroups)

        The schedule groups that match the specified criteria.

        Parameters:
        scheduleGroups - The schedule groups that match the specified criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.