Interface ListResolverConfigsRequest.Builder

    • Method Detail

      • maxResults

        ListResolverConfigsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of Resolver configurations that you want to return in the response to a ListResolverConfigs request. If you don't specify a value for MaxResults, up to 100 Resolver configurations are returned.

        Parameters:
        maxResults - The maximum number of Resolver configurations that you want to return in the response to a ListResolverConfigs request. If you don't specify a value for MaxResults, up to 100 Resolver configurations are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListResolverConfigsRequest.Builder nextToken​(String nextToken)

        (Optional) If the current Amazon Web Services account has more than MaxResults Resolver configurations, use NextToken to get the second and subsequent pages of results.

        For the first ListResolverConfigs request, omit this value.

        For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

        Parameters:
        nextToken - (Optional) If the current Amazon Web Services account has more than MaxResults Resolver configurations, use NextToken to get the second and subsequent pages of results.

        For the first ListResolverConfigs request, omit this value.

        For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

        Returns:
        Returns a reference to this object so that method calls can be chained together.