public static interface Attribute.Builder extends SdkPojo, CopyableBuilder<Attribute.Builder,Attribute>
| Modifier and Type | Method and Description |
|---|---|
Attribute.Builder |
name(String name)
The name of the attribute.
|
Attribute.Builder |
value(String value)
The value of the attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttribute.Builder name(String name)
The name of the attribute.
name - The name of the attribute.Attribute.Builder value(String value)
The value of the attribute.
value - The value of the attribute.Copyright © 2021. All rights reserved.