| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
build()
Builds a Attribute.
|
Attribute.Builder |
name(String name)
Set the name.
|
Attribute.Builder |
value(String value)
Set the value.
|
public Attribute build()
public Attribute.Builder name(String name)
name - the namepublic Attribute.Builder value(String value)
value - the valueCopyright © 2021 IBM Cloud Platform Services. All rights reserved.