public class CreateIdentityPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CreateIdentityPool operation.
Creates a new identity pool. The identity pool is a store of user identity information that is specific to your AWS account. The limit on identity pools is 60 per account. You must use AWS Developer credentials to call this API.
NOOP| Constructor and Description |
|---|
CreateIdentityPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateIdentityPoolRequest |
addSupportedLoginProvidersEntry(String key,
String value)
Optional key:value pairs mapping provider names to provider app IDs.
|
CreateIdentityPoolRequest |
clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
CreateIdentityPoolRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
|
String |
getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
|
String |
getIdentityPoolName()
A string that you provide.
|
List<String> |
getOpenIdConnectProviderARNs()
A list of OpendID Connect provider ARNs.
|
Map<String,String> |
getSupportedLoginProviders()
Optional key:value pairs mapping provider names to provider app IDs.
|
int |
hashCode() |
Boolean |
isAllowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
|
void |
setAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
void |
setDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
void |
setIdentityPoolName(String identityPoolName)
A string that you provide.
|
void |
setOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
void |
setSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateIdentityPoolRequest |
withAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
CreateIdentityPoolRequest |
withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
CreateIdentityPoolRequest |
withIdentityPoolName(String identityPoolName)
A string that you provide.
|
CreateIdentityPoolRequest |
withOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
CreateIdentityPoolRequest |
withOpenIdConnectProviderARNs(String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
CreateIdentityPoolRequest |
withSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getIdentityPoolName()
Constraints:
Length: 1 - 128
Pattern: [\w ]+
public void setIdentityPoolName(String identityPoolName)
Constraints:
Length: 1 - 128
Pattern: [\w ]+
identityPoolName - A string that you provide.public CreateIdentityPoolRequest withIdentityPoolName(String identityPoolName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w ]+
identityPoolName - A string that you provide.public Boolean isAllowUnauthenticatedIdentities()
public void setAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
allowUnauthenticatedIdentities - TRUE if the identity pool supports unauthenticated logins.public CreateIdentityPoolRequest withAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
Returns a reference to this object so that method calls can be chained together.
allowUnauthenticatedIdentities - TRUE if the identity pool supports unauthenticated logins.public Boolean getAllowUnauthenticatedIdentities()
public Map<String,String> getSupportedLoginProviders()
Constraints:
Length: 0 - 10
public void setSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Constraints:
Length: 0 - 10
supportedLoginProviders - Optional key:value pairs mapping provider names to provider app IDs.public CreateIdentityPoolRequest withSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10
supportedLoginProviders - Optional key:value pairs mapping provider names to provider app IDs.public CreateIdentityPoolRequest addSupportedLoginProvidersEntry(String key, String value)
The method adds a new key-value pair into SupportedLoginProviders parameter, and returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10
key - The key of the entry to be added into SupportedLoginProviders.value - The corresponding value of the entry to be added into SupportedLoginProviders.public CreateIdentityPoolRequest clearSupportedLoginProvidersEntries()
Returns a reference to this object so that method calls can be chained together.
public String getDeveloperProviderName()
DeveloperProviderName, you can use letters as well as
period (.), underscore (_), and dash
(-). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
DeveloperProviderName, you can use letters as well as
period (.), underscore (_), and dash
(-). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
public void setDeveloperProviderName(String developerProviderName)
DeveloperProviderName, you can use letters as well as
period (.), underscore (_), and dash
(-). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
developerProviderName - The "domain" by which Cognito will refer to your users. This name acts
as a placeholder that allows your backend and the Cognito service to
communicate about the developer provider. For the
DeveloperProviderName, you can use letters as well as
period (.), underscore (_), and dash
(-). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
public CreateIdentityPoolRequest withDeveloperProviderName(String developerProviderName)
DeveloperProviderName, you can use letters as well as
period (.), underscore (_), and dash
(-). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
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. This name acts
as a placeholder that allows your backend and the Cognito service to
communicate about the developer provider. For the
DeveloperProviderName, you can use letters as well as
period (.), underscore (_), and dash
(-). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
public List<String> getOpenIdConnectProviderARNs()
public void setOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
openIdConnectProviderARNs - A list of OpendID Connect provider ARNs.public CreateIdentityPoolRequest withOpenIdConnectProviderARNs(String... openIdConnectProviderARNs)
NOTE: This method appends the values to the existing list (if
any). Use setOpenIdConnectProviderARNs(java.util.Collection)
or withOpenIdConnectProviderARNs(java.util.Collection) if you
want to override the existing values.
Returns a reference to this object so that method calls can be chained together.
openIdConnectProviderARNs - A list of OpendID Connect provider ARNs.public CreateIdentityPoolRequest withOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
Returns a reference to this object so that method calls can be chained together.
openIdConnectProviderARNs - A list of OpendID Connect provider ARNs.public String toString()
toString in class ObjectObject.toString()public CreateIdentityPoolRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.