Interface DeleteUserPoolClientRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<DeleteUserPoolClientRequest.Builder,,DeleteUserPoolClientRequest> SdkBuilder<DeleteUserPoolClientRequest.Builder,,DeleteUserPoolClientRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteUserPoolClientRequest
@Mutable
@NotThreadSafe
public static interface DeleteUserPoolClientRequest.Builder
extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserPoolClientRequest.Builder,DeleteUserPoolClientRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the user pool app client that you want to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) userPoolId(String userPoolId) The ID of the user pool where you want to delete the client.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userPoolId
The ID of the user pool where you want to delete the client.
- Parameters:
userPoolId- The ID of the user pool where you want to delete the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientId
The ID of the user pool app client that you want to delete.
- Parameters:
clientId- The ID of the user pool app client that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteUserPoolClientRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteUserPoolClientRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-