Interface ListFirewallDomainListsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFirewallDomainListsResponse.Builder,,ListFirewallDomainListsResponse> Route53ResolverResponse.Builder,SdkBuilder<ListFirewallDomainListsResponse.Builder,,ListFirewallDomainListsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFirewallDomainListsResponse
-
Method Summary
Modifier and TypeMethodDescriptionfirewallDomainLists(Collection<FirewallDomainListMetadata> firewallDomainLists) A list of the domain lists that you have defined.firewallDomainLists(Consumer<FirewallDomainListMetadata.Builder>... firewallDomainLists) A list of the domain lists that you have defined.firewallDomainLists(FirewallDomainListMetadata... firewallDomainLists) A list of the domain lists that you have defined.If objects are still available for retrieval, Resolver returns this token in the response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
firewallDomainLists
ListFirewallDomainListsResponse.Builder firewallDomainLists(Collection<FirewallDomainListMetadata> firewallDomainLists) A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults.- Parameters:
firewallDomainLists- A list of the domain lists that you have defined.This might be a partial list of the domain lists that you've defined. For information, see
MaxResults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallDomainLists
ListFirewallDomainListsResponse.Builder firewallDomainLists(FirewallDomainListMetadata... firewallDomainLists) A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
MaxResults.- Parameters:
firewallDomainLists- A list of the domain lists that you have defined.This might be a partial list of the domain lists that you've defined. For information, see
MaxResults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallDomainLists
ListFirewallDomainListsResponse.Builder firewallDomainLists(Consumer<FirewallDomainListMetadata.Builder>... firewallDomainLists) A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see
This is a convenience method that creates an instance of theMaxResults.FirewallDomainListMetadata.Builderavoiding the need to create one manually viaFirewallDomainListMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofirewallDomainLists(List<FirewallDomainListMetadata>).- Parameters:
firewallDomainLists- a consumer that will call methods onFirewallDomainListMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-