Interface ParseCloudfront.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ParseCloudfront.Builder,ParseCloudfront>
,SdkBuilder<ParseCloudfront.Builder,ParseCloudfront>
,SdkPojo
- Enclosing class:
- ParseCloudfront
public static interface ParseCloudfront.Builder extends SdkPojo, CopyableBuilder<ParseCloudfront.Builder,ParseCloudfront>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseCloudfront.Builder
source(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
ParseCloudfront.Builder source(String source)
Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.- Parameters:
source
- Omit this parameter and the whole log message will be processed by this processor. No other value than@message
is allowed forsource
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-