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