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