public static interface UserPoolClientDescription.Builder extends CopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientDescription.Builder |
clientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientDescription.Builder |
clientName(String clientName)
The client name from the user pool client description.
|
UserPoolClientDescription.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
|
copyapply, buildUserPoolClientDescription.Builder clientId(String clientId)
The ID of the client associated with the user pool.
clientId - The ID of the client associated with the user pool.UserPoolClientDescription.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
userPoolId - The user pool ID for the user pool where you want to describe the user pool client.UserPoolClientDescription.Builder clientName(String clientName)
The client name from the user pool client description.
clientName - The client name from the user pool client description.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.