public static interface CreateUserResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse>
Modifier and Type | Method and Description |
---|---|
CreateUserResponse.Builder |
serverId(String serverId)
The ID of the SFTP server that the user is attached to.
|
CreateUserResponse.Builder |
userName(String userName)
A unique string that identifies a user account associated with an SFTP server.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateUserResponse.Builder serverId(String serverId)
The ID of the SFTP server that the user is attached to.
serverId
- The ID of the SFTP server that the user is attached to.CreateUserResponse.Builder userName(String userName)
A unique string that identifies a user account associated with an SFTP server.
userName
- A unique string that identifies a user account associated with an SFTP server.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.