Interface ListSchedulesRequest.Builder

  • Method Details

    • 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

      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:
    • 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:
    • overrideConfiguration

      ListSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.