Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public Level.Builder name(String name)
The level name.
name
- the value to setpublic 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.
constraints
- the value to setpublic Level build()
public Level.Builder copy(Level model)
Copyright © 2016–2024. All rights reserved.