public static interface DescribeUserPoolResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<DescribeUserPoolResponse.Builder,DescribeUserPoolResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeUserPoolResponse.Builder |
userPool(Consumer<UserPoolType.Builder> userPool)
The container of metadata returned by the server to describe the pool.
|
DescribeUserPoolResponse.Builder |
userPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeUserPoolResponse.Builder userPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
userPool - The container of metadata returned by the server to describe the pool.default DescribeUserPoolResponse.Builder userPool(Consumer<UserPoolType.Builder> userPool)
The container of metadata returned by the server to describe the pool.
This is a convenience that creates an instance of theUserPoolType.Builder avoiding the need to
create one manually via UserPoolType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to userPool(UserPoolType).userPool - a consumer that will call methods on UserPoolType.BuilderuserPool(UserPoolType)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.