CopyableBuilder<DeleteUserPoolClientRequest.Builder,DeleteUserPoolClientRequest>
, SdkBuilder<DeleteUserPoolClientRequest.Builder,DeleteUserPoolClientRequest>
public static interface DeleteUserPoolClientRequest.Builder extends CopyableBuilder<DeleteUserPoolClientRequest.Builder,DeleteUserPoolClientRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteUserPoolClientRequest.Builder |
clientId(String clientId) |
The ID of the client associated with the user pool.
|
DeleteUserPoolClientRequest.Builder |
userPoolId(String userPoolId) |
The user pool ID for the user pool where you want to delete the client.
|
copy
apply, build
DeleteUserPoolClientRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete the client.
userPoolId
- The user pool ID for the user pool where you want to delete the client.DeleteUserPoolClientRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.