public static interface DescribeUserPoolClientRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserPoolClientRequest.Builder,DescribeUserPoolClientRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeUserPoolClientRequest.Builder |
clientId(String clientId)
The app client ID of the app associated with the user pool.
|
DescribeUserPoolClientRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeUserPoolClientRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeUserPoolClientRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool you want to describe.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeUserPoolClientRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool you want to describe.
userPoolId - The user pool ID for the user pool you want to describe.DescribeUserPoolClientRequest.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.DescribeUserPoolClientRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeUserPoolClientRequest.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.