Interface ListSchedulesRequest.Builder

    • Method Detail

      • groupName

        ListSchedulesRequest.Builder groupName​(String groupName)

        If specified, only lists the schedules whose associated schedule group matches the given filter.

        Parameters:
        groupName - If specified, only lists the schedules whose associated schedule group matches the given filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSchedulesRequest.Builder maxResults​(Integer maxResults)

        If specified, limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

        Parameters:
        maxResults - If specified, limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namePrefix

        ListSchedulesRequest.Builder namePrefix​(String namePrefix)

        Schedule name prefix to return the filtered list of resources.

        Parameters:
        namePrefix - Schedule name prefix to return the filtered list of resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSchedulesRequest.Builder nextToken​(String nextToken)

        The token returned by a previous call to retrieve the next set of results.

        Parameters:
        nextToken - The token returned by a previous call to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        ListSchedulesRequest.Builder state​(String state)

        If specified, only lists the schedules whose current state matches the given filter.

        Parameters:
        state - If specified, only lists the schedules whose current state matches the given filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScheduleState, ScheduleState
      • state

        ListSchedulesRequest.Builder state​(ScheduleState state)

        If specified, only lists the schedules whose current state matches the given filter.

        Parameters:
        state - If specified, only lists the schedules whose current state matches the given filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScheduleState, ScheduleState