public static interface AttributeBooleanValue.Builder extends SdkPojo, CopyableBuilder<AttributeBooleanValue.Builder,AttributeBooleanValue>
Modifier and Type | Method and Description |
---|---|
AttributeBooleanValue.Builder |
value(Boolean value)
The attribute value.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AttributeBooleanValue.Builder value(Boolean value)
The attribute value. The valid values are true
or false
.
value
- The attribute value. The valid values are true
or false
.Copyright © 2019. All rights reserved.