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.
|