Interface DescribeFirewallMetadataResponse.Builder

  • Method Details

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

      DescribeFirewallMetadataResponse.Builder firewallPolicyArn(String firewallPolicyArn)

      The Amazon Resource Name (ARN) of the firewall policy.

      Parameters:
      firewallPolicyArn - The Amazon Resource Name (ARN) of the firewall policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • status

      The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you have it configured. This setting is READY only when the ConfigurationSyncStateSummary value is IN_SYNC and the Attachment Status values for all of the configured subnets are READY.

      Parameters:
      status - The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you have it configured. This setting is READY only when the ConfigurationSyncStateSummary value is IN_SYNC and the Attachment Status values for all of the configured subnets are READY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you have it configured. This setting is READY only when the ConfigurationSyncStateSummary value is IN_SYNC and the Attachment Status values for all of the configured subnets are READY.

      Parameters:
      status - The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you have it configured. This setting is READY only when the ConfigurationSyncStateSummary value is IN_SYNC and the Attachment Status values for all of the configured subnets are READY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • supportedAvailabilityZones

      DescribeFirewallMetadataResponse.Builder supportedAvailabilityZones(Map<String,AvailabilityZoneMetadata> supportedAvailabilityZones)

      The Availability Zones that the firewall currently supports. This includes all Availability Zones for which the firewall has a subnet defined.

      Parameters:
      supportedAvailabilityZones - The Availability Zones that the firewall currently supports. This includes all Availability Zones for which the firewall has a subnet defined.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transitGatewayAttachmentId

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