Interface AuditLogProcessingConfiguration.Builder

    • Method Detail

      • schema

        AuditLogProcessingConfiguration.Builder schema​(String schema)

        The event schema in which the audit logs need to be formatted.

        Parameters:
        schema - The event schema in which the audit logs need to be formatted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Schema, Schema
      • schema

        AuditLogProcessingConfiguration.Builder schema​(Schema schema)

        The event schema in which the audit logs need to be formatted.

        Parameters:
        schema - The event schema in which the audit logs need to be formatted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Schema, Schema
      • format

        AuditLogProcessingConfiguration.Builder format​(String format)

        The format in which the audit logs need to be formatted.

        Parameters:
        format - The format in which the audit logs need to be formatted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Format, Format
      • format

        AuditLogProcessingConfiguration.Builder format​(Format format)

        The format in which the audit logs need to be formatted.

        Parameters:
        format - The format in which the audit logs need to be formatted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Format, Format