Interface CreateUserResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateUserResponse.Builder,,CreateUserResponse> SdkBuilder<CreateUserResponse.Builder,,CreateUserResponse> SdkPojo,SdkResponse.Builder,TransferResponse.Builder
- Enclosing class:
 CreateUserResponse
public static interface CreateUserResponse.Builder
extends TransferResponse.Builder, SdkPojo, CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the server that the user is attached to.A unique string that identifies a Transfer Family user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.transfer.model.TransferResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
serverId
The identifier of the server that the user is attached to.
- Parameters:
 serverId- The identifier of the server that the user is attached to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userName
A unique string that identifies a Transfer Family user.
- Parameters:
 userName- A unique string that identifies a Transfer Family user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -