Interface ListSchedulesResponse.Builder

    • Method Detail

      • nextToken

        ListSchedulesResponse.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.
      • schedules

        ListSchedulesResponse.Builder schedules​(Collection<ScheduleSummary> schedules)

        The schedules that match the specified criteria.

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

        ListSchedulesResponse.Builder schedules​(ScheduleSummary... schedules)

        The schedules that match the specified criteria.

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