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 an SFTP server instance that the user account is assigned to.
|
UpdateUserResponse.Builder |
userName(String userName)
The unique identifier for a user that is assigned to the SFTP server instance that was specified in the
request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateUserResponse.Builder serverId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
serverId
- A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.UpdateUserResponse.Builder userName(String userName)
The unique identifier for a user that is assigned to the SFTP server instance that was specified in the request.
userName
- The unique identifier for a user that is assigned to the SFTP server instance that was specified in
the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.