Interface UnlinkDeveloperIdentityRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CognitoIdentityRequest.Builder,CopyableBuilder<UnlinkDeveloperIdentityRequest.Builder,,UnlinkDeveloperIdentityRequest> SdkBuilder<UnlinkDeveloperIdentityRequest.Builder,,UnlinkDeveloperIdentityRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UnlinkDeveloperIdentityRequest
public static interface UnlinkDeveloperIdentityRequest.Builder
extends CognitoIdentityRequest.Builder, SdkPojo, CopyableBuilder<UnlinkDeveloperIdentityRequest.Builder,UnlinkDeveloperIdentityRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondeveloperProviderName(String developerProviderName) The "domain" by which Cognito will refer to your users.developerUserIdentifier(String developerUserIdentifier) A unique ID used by your backend authentication process to identify a user.identityId(String identityId) A unique identifier in the format REGION:GUID.identityPoolId(String identityPoolId) An identity pool ID in the format REGION:GUID.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cognitoidentity.model.CognitoIdentityRequest.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, sdkFields 
- 
Method Details
- 
identityId
A unique identifier in the format REGION:GUID.
- Parameters:
 identityId- A unique identifier in the format REGION:GUID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
identityPoolId
An identity pool ID in the format REGION:GUID.
- Parameters:
 identityPoolId- An identity pool ID in the format REGION:GUID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
developerProviderName
The "domain" by which Cognito will refer to your users.
- Parameters:
 developerProviderName- The "domain" by which Cognito will refer to your users.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
developerUserIdentifier
A unique ID used by your backend authentication process to identify a user.
- Parameters:
 developerUserIdentifier- A unique ID used by your backend authentication process to identify a user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UnlinkDeveloperIdentityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UnlinkDeveloperIdentityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -