Class RegexMatchResult.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.RegexMatchResult.Builder
-
- Enclosing class:
- RegexMatchResult
public static class RegexMatchResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegexMatchResult
build()
RegexMatchResult.Builder
copy(RegexMatchResult model)
RegexMatchResult.Builder
matchedLogEntryEndIndex(Integer matchedLogEntryEndIndex)
The matched log entry end index.RegexMatchResult.Builder
regexScore(Integer regexScore)
The regular expression score.RegexMatchResult.Builder
regexStepsInfo(List<StepInfo> regexStepsInfo)
The regular expression steps information.RegexMatchResult.Builder
stepCount(Integer stepCount)
The regular expression step count.RegexMatchResult.Builder
subRegexesMatchInfo(Map<String,MatchInfo> subRegexesMatchInfo)
The regular expression match information.
-
-
-
Method Detail
-
matchedLogEntryEndIndex
public RegexMatchResult.Builder matchedLogEntryEndIndex(Integer matchedLogEntryEndIndex)
The matched log entry end index.- Parameters:
matchedLogEntryEndIndex
- the value to set- Returns:
- this builder
-
regexScore
public RegexMatchResult.Builder regexScore(Integer regexScore)
The regular expression score.- Parameters:
regexScore
- the value to set- Returns:
- this builder
-
regexStepsInfo
public RegexMatchResult.Builder regexStepsInfo(List<StepInfo> regexStepsInfo)
The regular expression steps information.- Parameters:
regexStepsInfo
- the value to set- Returns:
- this builder
-
stepCount
public RegexMatchResult.Builder stepCount(Integer stepCount)
The regular expression step count.- Parameters:
stepCount
- the value to set- Returns:
- this builder
-
subRegexesMatchInfo
public RegexMatchResult.Builder subRegexesMatchInfo(Map<String,MatchInfo> subRegexesMatchInfo)
The regular expression match information.- Parameters:
subRegexesMatchInfo
- the value to set- Returns:
- this builder
-
build
public RegexMatchResult build()
-
copy
public RegexMatchResult.Builder copy(RegexMatchResult model)
-
-