public static interface DeleteUserPoolClientRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<DeleteUserPoolClientRequest.Builder,DeleteUserPoolClientRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUserPoolClientRequest.Builder |
clientId(String clientId)
The app client ID of the app associated with the user pool.
|
DeleteUserPoolClientRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteUserPoolClientRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteUserPoolClientRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete the client.
|
buildrequestOverrideConfigcopyapply, buildDeleteUserPoolClientRequest.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 app client ID of the app associated with the user pool.
clientId - The app client ID of the app associated with the user pool.DeleteUserPoolClientRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteUserPoolClientRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.