public static interface UserProperty.Builder extends SdkPojo, CopyableBuilder<UserProperty.Builder,UserProperty>
Modifier and Type | Method and Description |
---|---|
UserProperty.Builder |
key(String key)
A key to be specified in
UserProperty . |
UserProperty.Builder |
value(String value)
A value to be specified in
UserProperty . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
UserProperty.Builder key(String key)
A key to be specified in UserProperty
.
key
- A key to be specified in UserProperty
.UserProperty.Builder value(String value)
A value to be specified in UserProperty
.
value
- A value to be specified in UserProperty
.Copyright © 2023. All rights reserved.