Interface ListFirewallDomainListsResponse.Builder

    • Method Detail

      • nextToken

        ListFirewallDomainListsResponse.Builder nextToken​(String nextToken)

        If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.

        Parameters:
        nextToken - If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firewallDomainLists

        ListFirewallDomainListsResponse.Builder firewallDomainLists​(Collection<FirewallDomainListMetadata> firewallDomainLists)

        A list of the domain lists that you have defined.

        This might be a partial list of the domain lists that you've defined. For information, see MaxResults.

        Parameters:
        firewallDomainLists - A list of the domain lists that you have defined.

        This might be a partial list of the domain lists that you've defined. For information, see MaxResults.

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

        ListFirewallDomainListsResponse.Builder firewallDomainLists​(FirewallDomainListMetadata... firewallDomainLists)

        A list of the domain lists that you have defined.

        This might be a partial list of the domain lists that you've defined. For information, see MaxResults.

        Parameters:
        firewallDomainLists - A list of the domain lists that you have defined.

        This might be a partial list of the domain lists that you've defined. For information, see MaxResults.

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