Interface ListFirewallRulesResponse.Builder

  • Method Details

    • 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.
    • firewallRules

      A list of the rules that you have defined.

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

      Parameters:
      firewallRules - A list of the rules that you have defined.

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

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

      ListFirewallRulesResponse.Builder firewallRules(FirewallRule... firewallRules)

      A list of the rules that you have defined.

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

      Parameters:
      firewallRules - A list of the rules that you have defined.

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

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

      A list of the rules that you have defined.

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

      This is a convenience method that creates an instance of the FirewallRule.Builder avoiding the need to create one manually via FirewallRule.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to firewallRules(List<FirewallRule>).

      Parameters:
      firewallRules - a consumer that will call methods on FirewallRule.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: