public static interface CreateUserResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse>
Modifier and Type | Method and Description |
---|---|
CreateUserResponse.Builder |
userArn(String userArn)
The Amazon Resource Name (ARN) of the user account created.
|
CreateUserResponse.Builder |
userId(String userId)
The unique identifier for the user account in Amazon Connect
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateUserResponse.Builder userId(String userId)
The unique identifier for the user account in Amazon Connect
userId
- The unique identifier for the user account in Amazon ConnectCreateUserResponse.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the user account created.
userArn
- The Amazon Resource Name (ARN) of the user account created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.