| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static Firewall.Builder |
Firewall.builder() |
Firewall.Builder |
Firewall.Builder.deleteProtection(Boolean deleteProtection)
A flag indicating whether it is possible to delete the firewall.
|
Firewall.Builder |
Firewall.Builder.description(String description)
A description of the firewall.
|
default Firewall.Builder |
Firewall.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall.
|
Firewall.Builder |
Firewall.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall.
|
Firewall.Builder |
Firewall.Builder.firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
Firewall.Builder |
Firewall.Builder.firewallId(String firewallId)
The unique identifier for the firewall.
|
Firewall.Builder |
Firewall.Builder.firewallName(String firewallName)
The descriptive name of the firewall.
|
Firewall.Builder |
Firewall.Builder.firewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
|
Firewall.Builder |
Firewall.Builder.firewallPolicyChangeProtection(Boolean firewallPolicyChangeProtection)
A setting indicating whether the firewall is protected against a change to the firewall policy association.
|
Firewall.Builder |
Firewall.Builder.subnetChangeProtection(Boolean subnetChangeProtection)
A setting indicating whether the firewall is protected against changes to the subnet associations.
|
Firewall.Builder |
Firewall.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
Firewall.Builder |
Firewall.Builder.subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
Firewall.Builder |
Firewall.Builder.subnetMappings(SubnetMapping... subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
Firewall.Builder |
Firewall.Builder.tags(Collection<Tag> tags)
|
Firewall.Builder |
Firewall.Builder.tags(Consumer<Tag.Builder>... tags)
This is a convenience method that creates an instance of the
Tag.Builder avoiding the need to create one
manually via Tag.builder(). |
Firewall.Builder |
Firewall.Builder.tags(Tag... tags)
|
Firewall.Builder |
Firewall.toBuilder() |
Firewall.Builder |
Firewall.Builder.vpcId(String vpcId)
The unique identifier of the VPC where the firewall is in use.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Firewall.Builder> |
Firewall.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFirewallResponse.Builder |
DescribeFirewallResponse.Builder.firewall(Consumer<Firewall.Builder> firewall)
The configuration settings for the firewall.
|
default CreateFirewallResponse.Builder |
CreateFirewallResponse.Builder.firewall(Consumer<Firewall.Builder> firewall)
The configuration settings for the firewall.
|
default DeleteFirewallResponse.Builder |
DeleteFirewallResponse.Builder.firewall(Consumer<Firewall.Builder> firewall)
Sets the value of the Firewall property for this object.
|
Copyright © 2023. All rights reserved.