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 you request to update the user pool client.
|
UpdateUserPoolClientResponse.Builder |
userPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when you request to update the user pool client.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserPoolClientResponse.Builder userPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when you request to update the user pool client.
userPoolClient - The user pool client value from the response from the server when you request to update the user pool
client.default UpdateUserPoolClientResponse.Builder userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client value from the response from the server when you request to update the user pool client.
This is a convenience method 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.BuilderuserPoolClient(UserPoolClientType)Copyright © 2023. All rights reserved.