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