Interface ListFirewallRuleGroupAssociationsResponse.Builder

    • Method Detail

      • nextToken

        ListFirewallRuleGroupAssociationsResponse.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.
      • firewallRuleGroupAssociations

        ListFirewallRuleGroupAssociationsResponse.Builder firewallRuleGroupAssociations​(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)

        A list of your firewall rule group associations.

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

        Parameters:
        firewallRuleGroupAssociations - A list of your firewall rule group associations.

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

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

        ListFirewallRuleGroupAssociationsResponse.Builder firewallRuleGroupAssociations​(FirewallRuleGroupAssociation... firewallRuleGroupAssociations)

        A list of your firewall rule group associations.

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

        Parameters:
        firewallRuleGroupAssociations - A list of your firewall rule group associations.

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

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