Interface FirewallMetadata.Builder

  • Method Details

    • firewallName

      FirewallMetadata.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.
    • firewallArn

      FirewallMetadata.Builder firewallArn(String firewallArn)

      The Amazon Resource Name (ARN) of the firewall.

      Parameters:
      firewallArn - The Amazon Resource Name (ARN) of the firewall.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transitGatewayAttachmentId

      FirewallMetadata.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)

      The unique identifier of the transit gateway attachment associated with this firewall. This field is only present for transit gateway-attached firewalls.

      Parameters:
      transitGatewayAttachmentId - The unique identifier of the transit gateway attachment associated with this firewall. This field is only present for transit gateway-attached firewalls.
      Returns:
      Returns a reference to this object so that method calls can be chained together.