public static interface ListFirewallRuleGroupAssociationsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListFirewallRuleGroupAssociationsResponse.Builder,ListFirewallRuleGroupAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFirewallRuleGroupAssociationsResponse.Builder |
firewallRuleGroupAssociations(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)
A list of your firewall rule group associations.
|
ListFirewallRuleGroupAssociationsResponse.Builder |
firewallRuleGroupAssociations(Consumer<FirewallRuleGroupAssociation.Builder>... firewallRuleGroupAssociations)
A list of your firewall rule group associations.
|
ListFirewallRuleGroupAssociationsResponse.Builder |
firewallRuleGroupAssociations(FirewallRuleGroupAssociation... firewallRuleGroupAssociations)
A list of your firewall rule group associations.
|
ListFirewallRuleGroupAssociationsResponse.Builder |
nextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFirewallRuleGroupAssociationsResponse.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.
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.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.
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.
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.
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.
ListFirewallRuleGroupAssociationsResponse.Builder firewallRuleGroupAssociations(Consumer<FirewallRuleGroupAssociation.Builder>... 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.
FirewallRuleGroupAssociation.Builder avoiding
the need to create one manually via
FirewallRuleGroupAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #firewallRuleGroupAssociations(List.
firewallRuleGroupAssociations - a consumer that will call methods on
FirewallRuleGroupAssociation.Builder#firewallRuleGroupAssociations(java.util.Collection) Copyright © 2023. All rights reserved.