Interface AuditLogProcessingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AuditLogProcessingConfiguration.Builder,AuditLogProcessingConfiguration>,SdkBuilder<AuditLogProcessingConfiguration.Builder,AuditLogProcessingConfiguration>,SdkPojo
- Enclosing class:
- AuditLogProcessingConfiguration
public static interface AuditLogProcessingConfiguration.Builder extends SdkPojo, CopyableBuilder<AuditLogProcessingConfiguration.Builder,AuditLogProcessingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuditLogProcessingConfiguration.Builderformat(String format)The format in which the audit logs need to be formatted.AuditLogProcessingConfiguration.Builderformat(Format format)The format in which the audit logs need to be formatted.AuditLogProcessingConfiguration.Builderschema(String schema)The event schema in which the audit logs need to be formatted.AuditLogProcessingConfiguration.Builderschema(Schema schema)The event schema in which the audit logs need to be formatted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
schema
AuditLogProcessingConfiguration.Builder schema(String schema)
The event schema in which the audit logs need to be formatted.
-
schema
AuditLogProcessingConfiguration.Builder schema(Schema schema)
The event schema in which the audit logs need to be formatted.
-
format
AuditLogProcessingConfiguration.Builder format(String format)
The format in which the audit logs need to be formatted.
-
format
AuditLogProcessingConfiguration.Builder format(Format format)
The format in which the audit logs need to be formatted.
-
-