Interface CreateFirewallResponse.Builder

  • Method Details

    • firewall

      The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.

      Parameters:
      firewall - The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firewall

      The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.

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

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

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

      CreateFirewallResponse.Builder firewallStatus(FirewallStatus firewallStatus)

      Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.

      The firewall status indicates a combined status. It indicates whether all subnets are up-to-date with the latest firewall configurations, which is based on the sync states config values, and also whether all subnets have their endpoints fully enabled, based on their sync states attachment values.

      Parameters:
      firewallStatus - Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.

      The firewall status indicates a combined status. It indicates whether all subnets are up-to-date with the latest firewall configurations, which is based on the sync states config values, and also whether all subnets have their endpoints fully enabled, based on their sync states attachment values.

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

      default CreateFirewallResponse.Builder firewallStatus(Consumer<FirewallStatus.Builder> firewallStatus)

      Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.

      The firewall status indicates a combined status. It indicates whether all subnets are up-to-date with the latest firewall configurations, which is based on the sync states config values, and also whether all subnets have their endpoints fully enabled, based on their sync states attachment values.

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

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

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