Interface UpdateUserPoolClientResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CognitoIdentityProviderResponse.Builder
,CopyableBuilder<UpdateUserPoolClientResponse.Builder,
,UpdateUserPoolClientResponse> SdkBuilder<UpdateUserPoolClientResponse.Builder,
,UpdateUserPoolClientResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateUserPoolClientResponse
public static interface UpdateUserPoolClientResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<UpdateUserPoolClientResponse.Builder,UpdateUserPoolClientResponse>
-
Method Summary
Modifier and TypeMethodDescriptionuserPoolClient
(Consumer<UserPoolClientType.Builder> userPoolClient) The user pool client value from the response from the server when you request to update the user pool client.userPoolClient
(UserPoolClientType userPoolClient) The user pool client value from the response from the server when you request to update the user pool client.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
userPoolClient
The user pool client value from the response from the server when you request to update the user pool client.
- Parameters:
userPoolClient
- The user pool client value from the response from the server when you request to update the user pool client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolClient
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 viaUserPoolClientType.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touserPoolClient(UserPoolClientType)
.- Parameters:
userPoolClient
- a consumer that will call methods onUserPoolClientType.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-