public static interface Firewall.Builder extends SdkPojo, CopyableBuilder<Firewall.Builder,Firewall>
| Modifier and Type | Method and Description |
|---|---|
Firewall.Builder |
deleteProtection(Boolean deleteProtection)
A flag indicating whether it is possible to delete the firewall.
|
Firewall.Builder |
description(String description)
A description of the firewall.
|
Firewall.Builder |
firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
Firewall.Builder |
firewallId(String firewallId)
The unique identifier for the firewall.
|
Firewall.Builder |
firewallName(String firewallName)
The descriptive name of the firewall.
|
Firewall.Builder |
firewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
|
Firewall.Builder |
firewallPolicyChangeProtection(Boolean firewallPolicyChangeProtection)
A setting indicating whether the firewall is protected against a change to the firewall policy association.
|
Firewall.Builder |
subnetChangeProtection(Boolean subnetChangeProtection)
A setting indicating whether the firewall is protected against changes to the subnet associations.
|
Firewall.Builder |
subnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
Firewall.Builder |
subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
Firewall.Builder |
subnetMappings(SubnetMapping... subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
Firewall.Builder |
tags(Collection<Tag> tags)
|
Firewall.Builder |
tags(Consumer<Tag.Builder>... tags)
This is a convenience that creates an instance of the
List avoiding the need to create
one manually via List. |
Firewall.Builder |
tags(Tag... tags)
|
Firewall.Builder |
vpcId(String vpcId)
The unique identifier of the VPC where the firewall is in use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFirewall.Builder firewallName(String firewallName)
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
firewallName - The descriptive name of the firewall. You can't change the name of a firewall after you create it.Firewall.Builder firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
firewallArn - The Amazon Resource Name (ARN) of the firewall.Firewall.Builder firewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
The relationship of firewall to firewall policy is many to one. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.
firewallPolicyArn - The Amazon Resource Name (ARN) of the firewall policy.
The relationship of firewall to firewall policy is many to one. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.
Firewall.Builder vpcId(String vpcId)
The unique identifier of the VPC where the firewall is in use.
vpcId - The unique identifier of the VPC where the firewall is in use.Firewall.Builder subnetMappings(Collection<SubnetMapping> subnetMappings)
The public subnets that Network Firewall is using for the firewall. Each subnet must belong to a different Availability Zone.
subnetMappings - The public subnets that Network Firewall is using for the firewall. Each subnet must belong to a
different Availability Zone.Firewall.Builder subnetMappings(SubnetMapping... subnetMappings)
The public subnets that Network Firewall is using for the firewall. Each subnet must belong to a different Availability Zone.
subnetMappings - The public subnets that Network Firewall is using for the firewall. Each subnet must belong to a
different Availability Zone.Firewall.Builder subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings)
The public subnets that Network Firewall is using for the firewall. Each subnet must belong to a different Availability Zone.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #subnetMappings(List) .subnetMappings - a consumer that will call methods on List.Builder #subnetMappings(List) Firewall.Builder deleteProtection(Boolean deleteProtection)
A flag indicating whether it is possible to delete the firewall. A setting of TRUE indicates
that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a
firewall that is in use. When you create a firewall, the operation initializes this flag to TRUE
.
deleteProtection - A flag indicating whether it is possible to delete the firewall. A setting of TRUE
indicates that the firewall is protected against deletion. Use this setting to protect against
accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes
this flag to TRUE.Firewall.Builder subnetChangeProtection(Boolean subnetChangeProtection)
A setting indicating whether the firewall is protected against changes to the subnet associations. Use this
setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When
you create a firewall, the operation initializes this setting to TRUE.
subnetChangeProtection - A setting indicating whether the firewall is protected against changes to the subnet associations. Use
this setting to protect against accidentally modifying the subnet associations for a firewall that is
in use. When you create a firewall, the operation initializes this setting to TRUE.Firewall.Builder firewallPolicyChangeProtection(Boolean firewallPolicyChangeProtection)
A setting indicating whether the firewall is protected against a change to the firewall policy association.
Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use.
When you create a firewall, the operation initializes this setting to TRUE.
firewallPolicyChangeProtection - A setting indicating whether the firewall is protected against a change to the firewall policy
association. Use this setting to protect against accidentally modifying the firewall policy for a
firewall that is in use. When you create a firewall, the operation initializes this setting to
TRUE.Firewall.Builder description(String description)
A description of the firewall.
description - A description of the firewall.Firewall.Builder firewallId(String firewallId)
The unique identifier for the firewall.
firewallId - The unique identifier for the firewall.Firewall.Builder tags(Collection<Tag> tags)
tags - Firewall.Builder tags(Tag... tags)
tags - Firewall.Builder tags(Consumer<Tag.Builder>... tags)
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2021. All rights reserved.