public static interface ListFirewallDomainsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListFirewallDomainsResponse.Builder,ListFirewallDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFirewallDomainsResponse.Builder |
domains(Collection<String> domains)
A list of the domains in the firewall domain list.
|
ListFirewallDomainsResponse.Builder |
domains(String... domains)
A list of the domains in the firewall domain list.
|
ListFirewallDomainsResponse.Builder |
nextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFirewallDomainsResponse.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.ListFirewallDomainsResponse.Builder domains(Collection<String> domains)
A list of the domains in the firewall domain list.
This might be a partial list of the domains that you've defined in the domain list. For information, see
MaxResults.
domains - A list of the domains in the firewall domain list.
This might be a partial list of the domains that you've defined in the domain list. For information,
see MaxResults.
ListFirewallDomainsResponse.Builder domains(String... domains)
A list of the domains in the firewall domain list.
This might be a partial list of the domains that you've defined in the domain list. For information, see
MaxResults.
domains - A list of the domains in the firewall domain list.
This might be a partial list of the domains that you've defined in the domain list. For information,
see MaxResults.
Copyright © 2023. All rights reserved.