public static interface UpdateUserResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<UpdateUserResponse.Builder,UpdateUserResponse>
Modifier and Type | Method and Description |
---|---|
UpdateUserResponse.Builder |
serverId(String serverId)
A system-assigned unique identifier for a server instance that the user account is assigned to.
|
UpdateUserResponse.Builder |
userName(String userName)
The unique identifier for a user that is assigned to a server instance that was specified in the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateUserResponse.Builder serverId(String serverId)
A system-assigned unique identifier for a server instance that the user account is assigned to.
serverId
- A system-assigned unique identifier for a server instance that the user account is assigned to.UpdateUserResponse.Builder userName(String userName)
The unique identifier for a user that is assigned to a server instance that was specified in the request.
userName
- The unique identifier for a user that is assigned to a server instance that was specified in the
request.