public class UnlinkDeveloperIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UnlinkDeveloperIdentity operation
.
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.
NOOP
Constructor and Description |
---|
UnlinkDeveloperIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
UnlinkDeveloperIdentityRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId
- A unique identifier in the format REGION:GUID.public UnlinkDeveloperIdentityRequest withIdentityId(String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId
- A unique identifier in the format REGION:GUID.public String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId
- An identity pool ID in the format REGION:GUID.public UnlinkDeveloperIdentityRequest withIdentityPoolId(String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId
- An identity pool ID in the format REGION:GUID.public String getDeveloperProviderName()
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
public void setDeveloperProviderName(String developerProviderName)
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
developerProviderName
- The "domain" by which Cognito will refer to your users.public UnlinkDeveloperIdentityRequest withDeveloperProviderName(String developerProviderName)
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()
Constraints:
Length: 1 - 1024
Pattern: [\w.@_-]+
public void setDeveloperUserIdentifier(String developerUserIdentifier)
Constraints:
Length: 1 - 1024
Pattern: [\w.@_-]+
developerUserIdentifier
- A unique ID used by your backend authentication process to identify a
user.public UnlinkDeveloperIdentityRequest withDeveloperUserIdentifier(String developerUserIdentifier)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\w.@_-]+
developerUserIdentifier
- A unique ID used by your backend authentication process to identify a
user.public String toString()
toString
in class Object
Object.toString()
public UnlinkDeveloperIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.