Interface AuditLogProcessingConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuditLogProcessingConfiguration.Builder,
,AuditLogProcessingConfiguration> SdkBuilder<AuditLogProcessingConfiguration.Builder,
,AuditLogProcessingConfiguration> SdkPojo
- Enclosing class:
AuditLogProcessingConfiguration
@Mutable
@NotThreadSafe
public static interface AuditLogProcessingConfiguration.Builder
extends SdkPojo, CopyableBuilder<AuditLogProcessingConfiguration.Builder,AuditLogProcessingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe format in which the audit logs need to be formatted.The format in which the audit logs need to be formatted.The event schema in which the audit logs need to be formatted.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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
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:
-