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