Interface ListFirewallRuleGroupsResponse.Builder

    • Method Detail

      • nextToken

        ListFirewallRuleGroupsResponse.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.
      • firewallRuleGroups

        ListFirewallRuleGroupsResponse.Builder firewallRuleGroups​(Collection<FirewallRuleGroupMetadata> firewallRuleGroups)

        A list of your firewall rule groups.

        This might be a partial list of the rule groups that you have defined. For information, see MaxResults.

        Parameters:
        firewallRuleGroups - A list of your firewall rule groups.

        This might be a partial list of the rule groups that you have defined. For information, see MaxResults.

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

        ListFirewallRuleGroupsResponse.Builder firewallRuleGroups​(FirewallRuleGroupMetadata... firewallRuleGroups)

        A list of your firewall rule groups.

        This might be a partial list of the rule groups that you have defined. For information, see MaxResults.

        Parameters:
        firewallRuleGroups - A list of your firewall rule groups.

        This might be a partial list of the rule groups that you have defined. For information, see MaxResults.

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