Interface ListFirewallConfigsResponse.Builder

    • Method Detail

      • nextToken

        ListFirewallConfigsResponse.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.
      • firewallConfigs

        ListFirewallConfigsResponse.Builder firewallConfigs​(Collection<FirewallConfig> firewallConfigs)

        The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).

        Parameters:
        firewallConfigs - The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firewallConfigs

        ListFirewallConfigsResponse.Builder firewallConfigs​(FirewallConfig... firewallConfigs)

        The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).

        Parameters:
        firewallConfigs - The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
        Returns:
        Returns a reference to this object so that method calls can be chained together.