public static interface UpdateUserPoolClientResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<UpdateUserPoolClientResponse.Builder,UpdateUserPoolClientResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateUserPoolClientResponse.Builder |
userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
UpdateUserPoolClientResponse.Builder |
userPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateUserPoolClientResponse.Builder userPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
userPoolClient
- The user pool client value from the response from the server when an update user pool client request
is made.default UpdateUserPoolClientResponse.Builder userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
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.