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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateUserPoolClientResponse.BuilderuserPoolClient(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.BuilderuserPoolClient(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
userPoolClient
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.
- 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.Builderavoiding the need to create one manually viaUserPoolClientType.builder().When the
Consumercompletes,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:
userPoolClient(UserPoolClientType)
-
-