public static class UpsertLogAnalyticsParserDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpsertLogAnalyticsParserDetails.Builder content(String content)
The content.
content
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder description(String description)
The parser description.
description
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder displayName(String displayName)
The parser display name.
displayName
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder editVersion(Long editVersion)
The parser edit version.
editVersion
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder encoding(String encoding)
The encoding.
encoding
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder exampleContent(String exampleContent)
Example content.
exampleContent
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder fieldMaps(List<LogAnalyticsParserField> fieldMaps)
The parser fields.
fieldMaps
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder footerContent(String footerContent)
The footer regular expression.
footerContent
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder headerContent(String headerContent)
The header content.
headerContent
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder name(String name)
The parser internal name.
name
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder isDefault(Boolean isDefault)
A flag indicating if this is a default parser.
isDefault
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder isSingleLineContent(Boolean isSingleLineContent)
A flag indicating if this is a single line content parser.
isSingleLineContent
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder isSystem(Boolean isSystem)
The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.
isSystem
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder language(String language)
The language.
language
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder logTypeTestRequestVersion(Integer logTypeTestRequestVersion)
The log type test request version.
logTypeTestRequestVersion
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder parserIgnorelineCharacters(String parserIgnorelineCharacters)
The line characters for the parser to ignore.
parserIgnorelineCharacters
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder parserSequence(Integer parserSequence)
The parser sequence.
parserSequence
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder parserTimezone(String parserTimezone)
The time zone.
parserTimezone
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder isParserWrittenOnce(Boolean isParserWrittenOnce)
A flag indicating whther or not the parser is write once.
isParserWrittenOnce
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder parserFunctions(List<LogAnalyticsParserFunction> parserFunctions)
The parser function list.
parserFunctions
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder shouldTokenizeOriginalText(Boolean shouldTokenizeOriginalText)
A flag indicating whether or not to tokenize the original text.
shouldTokenizeOriginalText
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder fieldDelimiter(String fieldDelimiter)
The parser field delimiter.
fieldDelimiter
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder fieldQualifier(String fieldQualifier)
The parser field qualifier.
fieldQualifier
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder type(UpsertLogAnalyticsParserDetails.Type type)
The parser type. Default value is REGEX.
type
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder isNamespaceAware(Boolean isNamespaceAware)
A flag indicating whether the XML parser should consider the namespace(s) while processing the log data.
isNamespaceAware
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder categories(List<LogAnalyticsCategory> categories)
An array of categories to assign to the parser. Specifying the name attribute for each category would suffice. Oracle-defined category assignments cannot be removed.
categories
- the value to setpublic UpsertLogAnalyticsParserDetails.Builder isPositionAware(Boolean isPositionAware)
A flag indicating whether the parser is positionally aware.
isPositionAware
- the value to setpublic UpsertLogAnalyticsParserDetails build()
public UpsertLogAnalyticsParserDetails.Builder copy(UpsertLogAnalyticsParserDetails model)
Copyright © 2016–2024. All rights reserved.