public static interface UserPoolClientDescription.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
UserPoolClientDescription.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 © 2020. All rights reserved.