public class CreateIdentityPoolRequest extends AmazonWebServiceRequest implements Serializable
CreateIdentityPool operation
.
Creates a new identity pool. The identity pool is a store of user identity information that is specific to your AWS account.
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.
|
boolean |
equals(Object obj) |
Boolean |
getAllowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
|
String |
getIdentityPoolName()
A string that you provide.
|
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 |
setIdentityPoolName(String identityPoolName)
A string that you provide.
|
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 |
withIdentityPoolName(String identityPoolName)
A string that you provide.
|
CreateIdentityPoolRequest |
withSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 - 3
public void setSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Constraints:
Length: 0 - 3
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 - 3
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 - 3
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 toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.