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 |
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.
|
build
overrideConfiguration
copy
applyMutation, 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 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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteUserPoolClientRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.