Interface ListResolverConfigsResponse.Builder

    • Method Detail

      • nextToken

        ListResolverConfigsResponse.Builder nextToken​(String nextToken)

        If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken doesn't appear in the response.

        If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs request. Get the value of NextToken that Amazon RouteĀ 53 returned in the previous response and include it in NextToken in the next request.

        Parameters:
        nextToken - If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken doesn't appear in the response.

        If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs request. Get the value of NextToken that Amazon RouteĀ 53 returned in the previous response and include it in NextToken in the next request.

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

        ListResolverConfigsResponse.Builder resolverConfigs​(Collection<ResolverConfig> resolverConfigs)

        An array that contains one ResolverConfigs element for each Resolver configuration that is associated with the current Amazon Web Services account.

        Parameters:
        resolverConfigs - An array that contains one ResolverConfigs element for each Resolver configuration that is associated with the current Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolverConfigs

        ListResolverConfigsResponse.Builder resolverConfigs​(ResolverConfig... resolverConfigs)

        An array that contains one ResolverConfigs element for each Resolver configuration that is associated with the current Amazon Web Services account.

        Parameters:
        resolverConfigs - An array that contains one ResolverConfigs element for each Resolver configuration that is associated with the current Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.