Interface CreateGrokClassifierRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateGrokClassifierRequest.Builder,CreateGrokClassifierRequest>,SdkBuilder<CreateGrokClassifierRequest.Builder,CreateGrokClassifierRequest>,SdkPojo
- Enclosing class:
- CreateGrokClassifierRequest
public static interface CreateGrokClassifierRequest.Builder extends SdkPojo, CopyableBuilder<CreateGrokClassifierRequest.Builder,CreateGrokClassifierRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGrokClassifierRequest.Builderclassification(String classification)An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.CreateGrokClassifierRequest.BuildercustomPatterns(String customPatterns)Optional custom grok patterns used by this classifier.CreateGrokClassifierRequest.BuildergrokPattern(String grokPattern)The grok pattern used by this classifier.CreateGrokClassifierRequest.Buildername(String name)The name of the new classifier.-
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
-
classification
CreateGrokClassifierRequest.Builder classification(String classification)
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.
- Parameters:
classification- An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateGrokClassifierRequest.Builder name(String name)
The name of the new classifier.
- Parameters:
name- The name of the new classifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grokPattern
CreateGrokClassifierRequest.Builder grokPattern(String grokPattern)
The grok pattern used by this classifier.
- Parameters:
grokPattern- The grok pattern used by this classifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customPatterns
CreateGrokClassifierRequest.Builder customPatterns(String customPatterns)
Optional custom grok patterns used by this classifier.
- Parameters:
customPatterns- Optional custom grok patterns used by this classifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-