Interface ListScheduleGroupsRequest.Builder

  • Method Details

    • 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

      ListScheduleGroupsRequest.Builder namePrefix(String namePrefix)

      The name prefix that you can use to return a filtered list of your schedule groups.

      Parameters:
      namePrefix - The name prefix that you can use to return a filtered list of your schedule groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • overrideConfiguration

      ListScheduleGroupsRequest.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.