Interface AdminDisableProviderForUserRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<AdminDisableProviderForUserRequest.Builder,,AdminDisableProviderForUserRequest> SdkBuilder<AdminDisableProviderForUserRequest.Builder,,AdminDisableProviderForUserRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- AdminDisableProviderForUserRequest
@Mutable
@NotThreadSafe
public static interface AdminDisableProviderForUserRequest.Builder
extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminDisableProviderForUserRequest.Builder,AdminDisableProviderForUserRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The user profile that you want to delete a linked identity from.The user profile that you want to delete a linked identity from.userPoolId(String userPoolId) The ID of the user pool where you want to delete the user's linked identities.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userPoolId
The ID of the user pool where you want to delete the user's linked identities.
- Parameters:
userPoolId- The ID of the user pool where you want to delete the user's linked identities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
user
The user profile that you want to delete a linked identity from.
- Parameters:
user- The user profile that you want to delete a linked identity from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
user
default AdminDisableProviderForUserRequest.Builder user(Consumer<ProviderUserIdentifierType.Builder> user) The user profile that you want to delete a linked identity from.
This is a convenience method that creates an instance of theProviderUserIdentifierType.Builderavoiding the need to create one manually viaProviderUserIdentifierType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touser(ProviderUserIdentifierType).- Parameters:
user- a consumer that will call methods onProviderUserIdentifierType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
AdminDisableProviderForUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AdminDisableProviderForUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-