Interface UpdateGrokClassifierRequest.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdateGrokClassifierRequest.Builder,,- UpdateGrokClassifierRequest> - SdkBuilder<UpdateGrokClassifierRequest.Builder,,- UpdateGrokClassifierRequest> - SdkPojo
- Enclosing class:
- UpdateGrokClassifierRequest
@Mutable
@NotThreadSafe
public static interface UpdateGrokClassifierRequest.Builder
extends SdkPojo, CopyableBuilder<UpdateGrokClassifierRequest.Builder,UpdateGrokClassifierRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionclassification(String classification) An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.customPatterns(String customPatterns) Optional custom grok patterns used by this classifier.grokPattern(String grokPattern) The grok pattern used by this classifier.The name of theGrokClassifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the GrokClassifier.- Parameters:
- name- The name of the- GrokClassifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
classificationAn 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.
 
- 
grokPatternThe 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.
 
- 
customPatternsOptional 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.
 
 
-