Interface UpdateLoggingConfigurationResponse.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.
    • 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.
    • loggingConfiguration

      UpdateLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
      Sets the value of the LoggingConfiguration property for this object.
      Parameters:
      loggingConfiguration - The new value for the LoggingConfiguration property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loggingConfiguration

      default UpdateLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
      Sets the value of the LoggingConfiguration property for this object. This is a convenience method that creates an instance of the LoggingConfiguration.Builder avoiding the need to create one manually via LoggingConfiguration.builder().

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

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

      UpdateLoggingConfigurationResponse.Builder enableMonitoringDashboard(Boolean enableMonitoringDashboard)

      A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.

      Returns TRUE when the firewall monitoring dashboard is enabled on the firewall. Returns FALSE when the firewall monitoring dashboard is not enabled on the firewall.

      Parameters:
      enableMonitoringDashboard - A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.

      Returns TRUE when the firewall monitoring dashboard is enabled on the firewall. Returns FALSE when the firewall monitoring dashboard is not enabled on the firewall.

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