public static interface DescribeUserPoolClientResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<DescribeUserPoolClientResponse.Builder,DescribeUserPoolClientResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeUserPoolClientResponse.Builder |
userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client from a server response to describe the user pool client.
|
DescribeUserPoolClientResponse.Builder |
userPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeUserPoolClientResponse.Builder userPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
userPoolClient
- The user pool client from a server response to describe the user pool client.default DescribeUserPoolClientResponse.Builder userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client from a server response to describe the user pool client.
This is a convenience that creates an instance of theUserPoolClientType.Builder
avoiding the need to
create one manually via UserPoolClientType.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to userPoolClient(UserPoolClientType)
.userPoolClient
- a consumer that will call methods on UserPoolClientType.Builder
userPoolClient(UserPoolClientType)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.