public static interface ListFirewallConfigsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListFirewallConfigsResponse.Builder,ListFirewallConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFirewallConfigsResponse.Builder |
firewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds
(VPC).
|
ListFirewallConfigsResponse.Builder |
firewallConfigs(Consumer<FirewallConfig.Builder>... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds
(VPC).
|
ListFirewallConfigsResponse.Builder |
firewallConfigs(FirewallConfig... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds
(VPC).
|
ListFirewallConfigsResponse.Builder |
nextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFirewallConfigsResponse.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.ListFirewallConfigsResponse.Builder firewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
firewallConfigs - The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private
clouds (VPC).ListFirewallConfigsResponse.Builder firewallConfigs(FirewallConfig... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
firewallConfigs - The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private
clouds (VPC).ListFirewallConfigsResponse.Builder firewallConfigs(Consumer<FirewallConfig.Builder>... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #firewallConfigs(List) .firewallConfigs - a consumer that will call methods on List.Builder #firewallConfigs(List) Copyright © 2021. All rights reserved.