Interface CreateFirewallRequest.Builder

    • Method Detail

      • firewallName

        CreateFirewallRequest.Builder firewallName​(String firewallName)

        The descriptive name of the firewall. You can't change the name of a firewall after you create it.

        Parameters:
        firewallName - The descriptive name of the firewall. You can't change the name of a firewall after you create it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firewallPolicyArn

        CreateFirewallRequest.Builder firewallPolicyArn​(String firewallPolicyArn)

        The Amazon Resource Name (ARN) of the FirewallPolicy that you want to use for the firewall.

        Parameters:
        firewallPolicyArn - The Amazon Resource Name (ARN) of the FirewallPolicy that you want to use for the firewall.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        CreateFirewallRequest.Builder vpcId​(String vpcId)

        The unique identifier of the VPC where Network Firewall should create the firewall.

        You can't change this setting after you create the firewall.

        Parameters:
        vpcId - The unique identifier of the VPC where Network Firewall should create the firewall.

        You can't change this setting after you create the firewall.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetMappings

        CreateFirewallRequest.Builder subnetMappings​(Collection<SubnetMapping> subnetMappings)

        The public subnets to use for your Network Firewall firewalls. Each subnet must belong to a different Availability Zone in the VPC. Network Firewall creates a firewall endpoint in each subnet.

        Parameters:
        subnetMappings - The public subnets to use for your Network Firewall firewalls. Each subnet must belong to a different Availability Zone in the VPC. Network Firewall creates a firewall endpoint in each subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetMappings

        CreateFirewallRequest.Builder subnetMappings​(SubnetMapping... subnetMappings)

        The public subnets to use for your Network Firewall firewalls. Each subnet must belong to a different Availability Zone in the VPC. Network Firewall creates a firewall endpoint in each subnet.

        Parameters:
        subnetMappings - The public subnets to use for your Network Firewall firewalls. Each subnet must belong to a different Availability Zone in the VPC. Network Firewall creates a firewall endpoint in each subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetMappings

        CreateFirewallRequest.Builder subnetMappings​(Consumer<SubnetMapping.Builder>... subnetMappings)

        The public subnets to use for your Network Firewall firewalls. Each subnet must belong to a different Availability Zone in the VPC. Network Firewall creates a firewall endpoint in each subnet.

        This is a convenience method that creates an instance of the SubnetMapping.Builder avoiding the need to create one manually via SubnetMapping.builder() .

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #subnetMappings(List).

        Parameters:
        subnetMappings - a consumer that will call methods on SubnetMapping.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #subnetMappings(java.util.Collection)
      • deleteProtection

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

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetChangeProtection

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

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firewallPolicyChangeProtection

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

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateFirewallRequest.Builder description​(String description)

        A description of the firewall.

        Parameters:
        description - A description of the firewall.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateFirewallRequest.Builder tags​(Collection<Tag> tags)

        The key:value pairs to associate with the resource.

        Parameters:
        tags - The key:value pairs to associate with the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateFirewallRequest.Builder tags​(Tag... tags)

        The key:value pairs to associate with the resource.

        Parameters:
        tags - The key:value pairs to associate with the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateFirewallRequest.Builder tags​(Consumer<Tag.Builder>... tags)

        The key:value pairs to associate with the resource.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)
      • encryptionConfiguration

        CreateFirewallRequest.Builder encryptionConfiguration​(EncryptionConfiguration encryptionConfiguration)

        A complex type that contains settings for encryption of your firewall resources.

        Parameters:
        encryptionConfiguration - A complex type that contains settings for encryption of your firewall resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.