public static interface GetFirewallConfigResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<GetFirewallConfigResponse.Builder,GetFirewallConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetFirewallConfigResponse.Builder |
firewallConfig(Consumer<FirewallConfig.Builder> firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
|
GetFirewallConfigResponse.Builder |
firewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFirewallConfigResponse.Builder firewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
firewallConfig - Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.default GetFirewallConfigResponse.Builder firewallConfig(Consumer<FirewallConfig.Builder> firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
This is a convenience method that creates an instance of theFirewallConfig.Builder avoiding the need
to create one manually via FirewallConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to firewallConfig(FirewallConfig).
firewallConfig - a consumer that will call methods on FirewallConfig.BuilderfirewallConfig(FirewallConfig)Copyright © 2023. All rights reserved.