Class Level.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.Level.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Level
build()
Level.Builder
constraints(String constraints)
A string representation of constraints that apply at this level.Level.Builder
copy(Level model)
Level.Builder
name(String name)
The level name.
-
-
-
Method Detail
-
name
public Level.Builder name(String name)
The level name.- Parameters:
name
- the value to set- Returns:
- this builder
-
constraints
public Level.Builder constraints(String constraints)
A string representation of constraints that apply at this level.For example, a property defined at SOURCE level could further be applicable only for SOURCE_TYPE:database_sql.
- Parameters:
constraints
- the value to set- Returns:
- this builder
-
build
public Level build()
-
copy
public Level.Builder copy(Level model)
-
-