Interface AuditCheckConfiguration.Builder

    • Method Detail

      • enabled

        AuditCheckConfiguration.Builder enabled​(Boolean enabled)

        True if this audit check is enabled for this account.

        Parameters:
        enabled - True if this audit check is enabled for this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationWithStrings

        AuditCheckConfiguration.Builder configurationWithStrings​(Map<String,​String> configuration)

        A structure containing the configName and corresponding configValue for configuring audit checks.

        Parameters:
        configuration - A structure containing the configName and corresponding configValue for configuring audit checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuration

        AuditCheckConfiguration.Builder configuration​(Map<ConfigName,​String> configuration)

        A structure containing the configName and corresponding configValue for configuring audit checks.

        Parameters:
        configuration - A structure containing the configName and corresponding configValue for configuring audit checks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.