@Generated(value="software.amazon.awssdk:codegen") public final class AuditLogProcessingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuditLogProcessingConfiguration.Builder,AuditLogProcessingConfiguration>
Contains information about an audit log processing configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuditLogProcessingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AuditLogProcessingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Format |
format()
The format in which the audit logs need to be formatted.
|
String |
formatAsString()
The format in which the audit logs need to be formatted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Schema |
schema()
The event schema in which the audit logs need to be formatted.
|
String |
schemaAsString()
The event schema in which the audit logs need to be formatted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuditLogProcessingConfiguration.Builder> |
serializableBuilderClass() |
AuditLogProcessingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Schema schema()
The event schema in which the audit logs need to be formatted.
If the service returns an enum value that is not available in the current SDK version, schema will
return Schema.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
schemaAsString().
Schemapublic final String schemaAsString()
The event schema in which the audit logs need to be formatted.
If the service returns an enum value that is not available in the current SDK version, schema will
return Schema.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
schemaAsString().
Schemapublic final Format format()
The format in which the audit logs need to be formatted.
If the service returns an enum value that is not available in the current SDK version, format will
return Format.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
Formatpublic final String formatAsString()
The format in which the audit logs need to be formatted.
If the service returns an enum value that is not available in the current SDK version, format will
return Format.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
Formatpublic AuditLogProcessingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuditLogProcessingConfiguration.Builder,AuditLogProcessingConfiguration>public static AuditLogProcessingConfiguration.Builder builder()
public static Class<? extends AuditLogProcessingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.