public static interface DeleteUserPoolClientRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteUserPoolClientRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteUserPoolClientRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.