Class StepInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.StepInfo.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepInfo
build()
StepInfo.Builder
copy(StepInfo model)
StepInfo.Builder
inputSequenceCurrentMatch(String inputSequenceCurrentMatch)
The currnet input sequence match.StepInfo.Builder
regexEngineClassName(String regexEngineClassName)
The regular expression engine class name.StepInfo.Builder
stepCount(Integer stepCount)
The step count.
-
-
-
Method Detail
-
inputSequenceCurrentMatch
public StepInfo.Builder inputSequenceCurrentMatch(String inputSequenceCurrentMatch)
The currnet input sequence match.- Parameters:
inputSequenceCurrentMatch
- the value to set- Returns:
- this builder
-
regexEngineClassName
public StepInfo.Builder regexEngineClassName(String regexEngineClassName)
The regular expression engine class name.- Parameters:
regexEngineClassName
- the value to set- Returns:
- this builder
-
stepCount
public StepInfo.Builder stepCount(Integer stepCount)
The step count.- Parameters:
stepCount
- the value to set- Returns:
- this builder
-
build
public StepInfo build()
-
copy
public StepInfo.Builder copy(StepInfo model)
-
-