Interface ListFirewallDomainListsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFirewallDomainListsResponse.Builder,,ListFirewallDomainListsResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<ListFirewallDomainListsResponse.Builder,,ListFirewallDomainListsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFirewallDomainListsResponse
@Mutable
@NotThreadSafe
public static interface ListFirewallDomainListsResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<ListFirewallDomainListsResponse.Builder,ListFirewallDomainListsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfirewallDomainLists(Collection<FirewallDomainListsItem> firewallDomainLists) List of the DNS Firewall domain lists.firewallDomainLists(Consumer<FirewallDomainListsItem.Builder>... firewallDomainLists) List of the DNS Firewall domain lists.firewallDomainLists(FirewallDomainListsItem... firewallDomainLists) List of the DNS Firewall domain lists.A pagination token used for large sets of results that can't be returned in a single response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53globalresolver.model.Route53GlobalResolverResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.
- Parameters:
nextToken- A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallDomainLists
ListFirewallDomainListsResponse.Builder firewallDomainLists(Collection<FirewallDomainListsItem> firewallDomainLists) List of the DNS Firewall domain lists.
- Parameters:
firewallDomainLists- List of the DNS Firewall domain lists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallDomainLists
ListFirewallDomainListsResponse.Builder firewallDomainLists(FirewallDomainListsItem... firewallDomainLists) List of the DNS Firewall domain lists.
- Parameters:
firewallDomainLists- List of the DNS Firewall domain lists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallDomainLists
ListFirewallDomainListsResponse.Builder firewallDomainLists(Consumer<FirewallDomainListsItem.Builder>... firewallDomainLists) List of the DNS Firewall domain lists.
This is a convenience method that creates an instance of theFirewallDomainListsItem.Builderavoiding the need to create one manually viaFirewallDomainListsItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofirewallDomainLists(List<FirewallDomainListsItem>).- Parameters:
firewallDomainLists- a consumer that will call methods onFirewallDomainListsItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-