Interface GetLoggingConfigurationRequest.Builder

    • Method Detail

      • logType

        GetLoggingConfigurationRequest.Builder logType​(String 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, LogType
      • logType

        GetLoggingConfigurationRequest.Builder logType​(LogType 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, LogType
      • logScope

        GetLoggingConfigurationRequest.Builder logScope​(String 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, LogScope
      • logScope

        GetLoggingConfigurationRequest.Builder logScope​(LogScope 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, LogScope