Interface DeleteLoggingConfigurationRequest.Builder

  • Method Details

    • resourceArn

      The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.

      Parameters:
      resourceArn - The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logType

      Used to distinguish between various logging options. Currently, there is one option.

      Default: WAF_LOGS

      Parameters:
      logType - Used to distinguish between various logging options. Currently, there is one option.

      Default: WAF_LOGS

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

      Used to distinguish between various logging options. Currently, there is one option.

      Default: WAF_LOGS

      Parameters:
      logType - Used to distinguish between various logging options. Currently, there is one option.

      Default: WAF_LOGS

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

      The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage.

      The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.

      Default: CUSTOMER

      Parameters:
      logScope - The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage.

      The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.

      Default: CUSTOMER

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

      The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage.

      The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.

      Default: CUSTOMER

      Parameters:
      logScope - The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage.

      The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.

      Default: CUSTOMER

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

      DeleteLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.