| Constructor and Description |
|---|
Builder()
Constructor.
|
Builder(Notifier notifier)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Notifier |
build()
Builds the
notifier. |
Notifier.Builder |
name(java.lang.String name)
The name of the notifier.
|
Notifier.Builder |
version(java.lang.String version)
The version of the notifier.
|
public Notifier.Builder name(java.lang.String name)
name - the name.public Notifier.Builder version(java.lang.String version)
version - the version.