Class ParsedContent.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.ParsedContent.Builder
-
- Enclosing class:
- ParsedContent
public static class ParsedContent.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsedContent
build()
ParsedContent.Builder
copy(ParsedContent model)
ParsedContent.Builder
fieldDisplayNames(List<String> fieldDisplayNames)
List of field display names.ParsedContent.Builder
fieldNames(List<String> fieldNames)
List of field names.ParsedContent.Builder
logContent(String logContent)
Sample log entries picked up from the given file for validation.ParsedContent.Builder
matchStatus(String matchStatus)
Match Status.ParsedContent.Builder
parsedFieldValues(List<ParsedField> parsedFieldValues)
Parsed field values.ParsedContent.Builder
sampleSize(Integer sampleSize)
Sample Size taken for validation.
-
-
-
Method Detail
-
fieldNames
public ParsedContent.Builder fieldNames(List<String> fieldNames)
List of field names.- Parameters:
fieldNames
- the value to set- Returns:
- this builder
-
fieldDisplayNames
public ParsedContent.Builder fieldDisplayNames(List<String> fieldDisplayNames)
List of field display names.- Parameters:
fieldDisplayNames
- the value to set- Returns:
- this builder
-
parsedFieldValues
public ParsedContent.Builder parsedFieldValues(List<ParsedField> parsedFieldValues)
Parsed field values.- Parameters:
parsedFieldValues
- the value to set- Returns:
- this builder
-
logContent
public ParsedContent.Builder logContent(String logContent)
Sample log entries picked up from the given file for validation.- Parameters:
logContent
- the value to set- Returns:
- this builder
-
sampleSize
public ParsedContent.Builder sampleSize(Integer sampleSize)
Sample Size taken for validation.- Parameters:
sampleSize
- the value to set- Returns:
- this builder
-
matchStatus
public ParsedContent.Builder matchStatus(String matchStatus)
Match Status.- Parameters:
matchStatus
- the value to set- Returns:
- this builder
-
build
public ParsedContent build()
-
copy
public ParsedContent.Builder copy(ParsedContent model)
-
-