Interface ParseWAF.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ParseWAF.Builder,ParseWAF>,SdkBuilder<ParseWAF.Builder,ParseWAF>,SdkPojo
- Enclosing class:
- ParseWAF
public static interface ParseWAF.Builder extends SdkPojo, CopyableBuilder<ParseWAF.Builder,ParseWAF>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseWAF.Buildersource(String source)Omit this parameter and the whole log message will be processed by this processor.-
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 Detail
-
source
ParseWAF.Builder source(String 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.
-
-