public static final class SetUserPropertyValueRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SetUserPropertyValueRequest |
build() |
SetUserPropertyValueRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
SetUserPropertyValueRequest.Builder |
propertyId(Long propertyId)
The property ID.
|
SetUserPropertyValueRequest.Builder |
propertyValueId(Long propertyValueId)
The ID of the property value.
|
SetUserPropertyValueRequest.Builder |
userId(Long userId)
The ID of the convenience user.
|
SetUserPropertyValueRequest.Builder |
userName(String userName)
The username of the convenience user.
|
public SetUserPropertyValueRequest.Builder businessChannel(String businessChannel)
public SetUserPropertyValueRequest.Builder propertyId(Long propertyId)
The property ID. You can call the ListProperty operation to query the property ID.
This parameter is required.
example:390
public SetUserPropertyValueRequest.Builder propertyValueId(Long propertyValueId)
The ID of the property value. You can call the ListProperty operation to query the ID of the property value.
This parameter is required.
example:978
public SetUserPropertyValueRequest.Builder userId(Long userId)
The ID of the convenience user. You can call the DescribeUsers operation to query the user ID.
This parameter is required.
example:11
public SetUserPropertyValueRequest.Builder userName(String userName)
The username of the convenience user.
This parameter is required.
example:test
public SetUserPropertyValueRequest build()
Copyright © 2026. All rights reserved.