Interface ParseRoute53.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ParseRoute53.Builder,ParseRoute53>,SdkBuilder<ParseRoute53.Builder,ParseRoute53>,SdkPojo
- Enclosing class:
- ParseRoute53
public static interface ParseRoute53.Builder extends SdkPojo, CopyableBuilder<ParseRoute53.Builder,ParseRoute53>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRoute53.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
ParseRoute53.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.
-
-