Interface FirewallStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FirewallStatus.Builder,FirewallStatus>, SdkBuilder<FirewallStatus.Builder,FirewallStatus>, SdkPojo
Enclosing class:
FirewallStatus

public static interface FirewallStatus.Builder extends SdkPojo, CopyableBuilder<FirewallStatus.Builder,FirewallStatus>
  • Method Details

    • status

      The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you've configured it. 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've configured it. 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've configured it. 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've configured it. 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:
    • configurationSyncStateSummary

      FirewallStatus.Builder configurationSyncStateSummary(String configurationSyncStateSummary)

      The configuration sync state for the firewall. This summarizes the sync states reported in the Config settings for all of the Availability Zones where you have configured the firewall.

      When you create a firewall or update its configuration, for example by adding a rule group to its firewall policy, Network Firewall distributes the configuration changes to all zones where the firewall is in use. This summary indicates whether the configuration changes have been applied everywhere.

      This status must be IN_SYNC for the firewall to be ready for use, but it doesn't indicate that the firewall is ready. The Status setting indicates firewall readiness.

      Parameters:
      configurationSyncStateSummary - The configuration sync state for the firewall. This summarizes the sync states reported in the Config settings for all of the Availability Zones where you have configured the firewall.

      When you create a firewall or update its configuration, for example by adding a rule group to its firewall policy, Network Firewall distributes the configuration changes to all zones where the firewall is in use. This summary indicates whether the configuration changes have been applied everywhere.

      This status must be IN_SYNC for the firewall to be ready for use, but it doesn't indicate that the firewall is ready. The Status setting indicates firewall readiness.

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

      FirewallStatus.Builder configurationSyncStateSummary(ConfigurationSyncState configurationSyncStateSummary)

      The configuration sync state for the firewall. This summarizes the sync states reported in the Config settings for all of the Availability Zones where you have configured the firewall.

      When you create a firewall or update its configuration, for example by adding a rule group to its firewall policy, Network Firewall distributes the configuration changes to all zones where the firewall is in use. This summary indicates whether the configuration changes have been applied everywhere.

      This status must be IN_SYNC for the firewall to be ready for use, but it doesn't indicate that the firewall is ready. The Status setting indicates firewall readiness.

      Parameters:
      configurationSyncStateSummary - The configuration sync state for the firewall. This summarizes the sync states reported in the Config settings for all of the Availability Zones where you have configured the firewall.

      When you create a firewall or update its configuration, for example by adding a rule group to its firewall policy, Network Firewall distributes the configuration changes to all zones where the firewall is in use. This summary indicates whether the configuration changes have been applied everywhere.

      This status must be IN_SYNC for the firewall to be ready for use, but it doesn't indicate that the firewall is ready. The Status setting indicates firewall readiness.

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

      FirewallStatus.Builder syncStates(Map<String,SyncState> syncStates)

      The subnets that you've configured for use by the Network Firewall firewall. This contains one array element per Availability Zone where you've configured a subnet. These objects provide details of the information that is summarized in the ConfigurationSyncStateSummary and Status, broken down by zone and configuration object.

      Parameters:
      syncStates - The subnets that you've configured for use by the Network Firewall firewall. This contains one array element per Availability Zone where you've configured a subnet. These objects provide details of the information that is summarized in the ConfigurationSyncStateSummary and Status, broken down by zone and configuration object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capacityUsageSummary

      FirewallStatus.Builder capacityUsageSummary(CapacityUsageSummary capacityUsageSummary)

      Describes the capacity usage of the resources contained in a firewall's reference sets. Network Firewall calclulates the capacity usage by taking an aggregated count of all of the resources used by all of the reference sets in a firewall.

      Parameters:
      capacityUsageSummary - Describes the capacity usage of the resources contained in a firewall's reference sets. Network Firewall calclulates the capacity usage by taking an aggregated count of all of the resources used by all of the reference sets in a firewall.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capacityUsageSummary

      default FirewallStatus.Builder capacityUsageSummary(Consumer<CapacityUsageSummary.Builder> capacityUsageSummary)

      Describes the capacity usage of the resources contained in a firewall's reference sets. Network Firewall calclulates the capacity usage by taking an aggregated count of all of the resources used by all of the reference sets in a firewall.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to capacityUsageSummary(CapacityUsageSummary).

      Parameters:
      capacityUsageSummary - a consumer that will call methods on CapacityUsageSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: