Interface DescribeUserPoolClientRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<DescribeUserPoolClientRequest.Builder,,DescribeUserPoolClientRequest> SdkBuilder<DescribeUserPoolClientRequest.Builder,,DescribeUserPoolClientRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeUserPoolClientRequest
@Mutable
@NotThreadSafe
public static interface DescribeUserPoolClientRequest.Builder
extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserPoolClientRequest.Builder,DescribeUserPoolClientRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the app client that you want to describe.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) userPoolId(String userPoolId) The ID of the user pool that contains the app client you want to describe.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 that contains the app client you want to describe.
- Parameters:
userPoolId- The ID of the user pool that contains the app client you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientId
The ID of the app client that you want to describe.
- Parameters:
clientId- The ID of the app client that you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeUserPoolClientRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeUserPoolClientRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-