Class AuditLogProcessingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.appfabric.model.AuditLogProcessingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AuditLogProcessingConfiguration.Builder,AuditLogProcessingConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAuditLogProcessingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditLogProcessingConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Formatformat()The format in which the audit logs need to be formatted.StringformatAsString()The format in which the audit logs need to be formatted.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Schemaschema()The event schema in which the audit logs need to be formatted.StringschemaAsString()The event schema in which the audit logs need to be formatted.List<SdkField<?>>sdkFields()static Class<? extends AuditLogProcessingConfiguration.Builder>serializableBuilderClass()AuditLogProcessingConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
schema
public 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,
schemawill returnSchema.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromschemaAsString().- Returns:
- The event schema in which the audit logs need to be formatted.
- See Also:
Schema
-
schemaAsString
public 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,
schemawill returnSchema.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromschemaAsString().- Returns:
- The event schema in which the audit logs need to be formatted.
- See Also:
Schema
-
format
public 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,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format in which the audit logs need to be formatted.
- See Also:
Format
-
formatAsString
public 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,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format in which the audit logs need to be formatted.
- See Also:
Format
-
toBuilder
public AuditLogProcessingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AuditLogProcessingConfiguration.Builder,AuditLogProcessingConfiguration>
-
builder
public static AuditLogProcessingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends AuditLogProcessingConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-