Interface ParsePostgres.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ParsePostgres.Builder,,ParsePostgres> SdkBuilder<ParsePostgres.Builder,,ParsePostgres> SdkPojo
- Enclosing class:
ParsePostgres
@Mutable
@NotThreadSafe
public static interface ParsePostgres.Builder
extends SdkPojo, CopyableBuilder<ParsePostgres.Builder,ParsePostgres>
-
Method Summary
Modifier and TypeMethodDescriptionOmit this parameter and the whole log message will be processed by this processor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
source
Omit this parameter and the whole log message will be processed by this processor. No other value than
@messageis allowed forsource.- Parameters:
source- Omit this parameter and the whole log message will be processed by this processor. No other value than@messageis allowed forsource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-