public static interface DescribeFirewallRequest.Builder extends NetworkFirewallRequest.Builder, SdkPojo, CopyableBuilder<DescribeFirewallRequest.Builder,DescribeFirewallRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFirewallRequest.Builder |
firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
DescribeFirewallRequest.Builder |
firewallName(String firewallName)
The descriptive name of the firewall.
|
DescribeFirewallRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFirewallRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFirewallRequest.Builder firewallName(String firewallName)
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
firewallName - The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
DescribeFirewallRequest.Builder firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
firewallArn - The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
DescribeFirewallRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFirewallRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.