Interface ListFirewallRuleGroupAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFirewallRuleGroupAssociationsResponse.Builder,ListFirewallRuleGroupAssociationsResponse>,Route53ResolverResponse.Builder,SdkBuilder<ListFirewallRuleGroupAssociationsResponse.Builder,ListFirewallRuleGroupAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListFirewallRuleGroupAssociationsResponse
public static interface ListFirewallRuleGroupAssociationsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListFirewallRuleGroupAssociationsResponse.Builder,ListFirewallRuleGroupAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFirewallRuleGroupAssociationsResponse.BuilderfirewallRuleGroupAssociations(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)A list of your firewall rule group associations.ListFirewallRuleGroupAssociationsResponse.BuilderfirewallRuleGroupAssociations(Consumer<FirewallRuleGroupAssociation.Builder>... firewallRuleGroupAssociations)A list of your firewall rule group associations.ListFirewallRuleGroupAssociationsResponse.BuilderfirewallRuleGroupAssociations(FirewallRuleGroupAssociation... firewallRuleGroupAssociations)A list of your firewall rule group associations.ListFirewallRuleGroupAssociationsResponse.BuildernextToken(String nextToken)If objects are still available for retrieval, Resolver returns this token in the response.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
firewallRuleGroupAssociations
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
This is a convenience method that creates an instance of theMaxResults.FirewallRuleGroupAssociation.Builderavoiding the need to create one manually viaFirewallRuleGroupAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#firewallRuleGroupAssociations(List.) - Parameters:
firewallRuleGroupAssociations- a consumer that will call methods onFirewallRuleGroupAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#firewallRuleGroupAssociations(java.util.Collection)
-
-