Interface AdminDisableProviderForUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<AdminDisableProviderForUserRequest.Builder,AdminDisableProviderForUserRequest>,SdkBuilder<AdminDisableProviderForUserRequest.Builder,AdminDisableProviderForUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AdminDisableProviderForUserRequest
public static interface AdminDisableProviderForUserRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminDisableProviderForUserRequest.Builder,AdminDisableProviderForUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AdminDisableProviderForUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AdminDisableProviderForUserRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default AdminDisableProviderForUserRequest.Builderuser(Consumer<ProviderUserIdentifierType.Builder> user)The user profile that you want to delete a linked identity from.AdminDisableProviderForUserRequest.Builderuser(ProviderUserIdentifierType user)The user profile that you want to delete a linked identity from.AdminDisableProviderForUserRequest.BuilderuserPoolId(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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
userPoolId
AdminDisableProviderForUserRequest.Builder userPoolId(String 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
AdminDisableProviderForUserRequest.Builder user(ProviderUserIdentifierType 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:
user(ProviderUserIdentifierType)
-
overrideConfiguration
AdminDisableProviderForUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AdminDisableProviderForUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-