public class UnlinkDeveloperIdentityRequest extends AmazonWebServiceRequest implements Serializable
Unlinks a DeveloperUserIdentifier from an existing identity.
Unlinked developer users will be considered new identities next time they are
seen. If, for a given Cognito identity, you remove all federated identities
as well as the developer user identifier, the Cognito identity becomes
inaccessible.
You must use AWS Developer credentials to call this API.
| Constructor and Description |
|---|
UnlinkDeveloperIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
|
String |
getDeveloperUserIdentifier()
A unique ID used by your backend authentication process to identify a
user.
|
String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
int |
hashCode() |
void |
setDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
void |
setDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a
user.
|
void |
setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
void |
setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UnlinkDeveloperIdentityRequest |
withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
UnlinkDeveloperIdentityRequest |
withDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a
user.
|
UnlinkDeveloperIdentityRequest |
withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
UnlinkDeveloperIdentityRequest |
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getIdentityId()
A unique identifier in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
A unique identifier in the format REGION:GUID.
public void setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityId - A unique identifier in the format REGION:GUID.
public UnlinkDeveloperIdentityRequest withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityId - A unique identifier in the format REGION:GUID.
public String getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
An identity pool ID in the format REGION:GUID.
public void setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - An identity pool ID in the format REGION:GUID.
public UnlinkDeveloperIdentityRequest withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - An identity pool ID in the format REGION:GUID.
public String getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
The "domain" by which Cognito will refer to your users.
public void setDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
developerProviderName - The "domain" by which Cognito will refer to your users.
public UnlinkDeveloperIdentityRequest withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
developerProviderName - The "domain" by which Cognito will refer to your users.
public String getDeveloperUserIdentifier()
A unique ID used by your backend authentication process to identify a user.
Constraints:
Length: 1 - 1024
A unique ID used by your backend authentication process to identify a user.
public void setDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a user.
Constraints:
Length: 1 - 1024
developerUserIdentifier - A unique ID used by your backend authentication process to identify a user.
public UnlinkDeveloperIdentityRequest withDeveloperUserIdentifier(String developerUserIdentifier)
A unique ID used by your backend authentication process to identify a user.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
developerUserIdentifier - A unique ID used by your backend authentication process to identify a user.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.