Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateIdentityPoolRequest.Builder,CreateIdentityPoolRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateIdentityPoolRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateIdentityPoolRequest.Builder,CreateIdentityPoolRequest>
Input to the CreateIdentityPool action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateIdentityPoolRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Boolean |
allowUnauthenticatedIdentities() |
TRUE if the identity pool supports unauthenticated logins.
|
static CreateIdentityPoolRequest.Builder |
builder() |
|
List<CognitoIdentityProvider> |
cognitoIdentityProviders() |
An array of Amazon Cognito Identity user pools and their client IDs.
|
String |
developerProviderName() |
The "domain" by which Cognito will refer to your users.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identityPoolName() |
A string that you provide.
|
List<String> |
openIdConnectProviderARNs() |
A list of OpendID Connect provider ARNs.
|
List<String> |
samlProviderARNs() |
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
|
static Class<? extends CreateIdentityPoolRequest.Builder> |
serializableBuilderClass() |
|
Map<String,String> |
supportedLoginProviders() |
Optional key:value pairs mapping provider names to provider app IDs.
|
CreateIdentityPoolRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String identityPoolName()
A string that you provide.
public Boolean allowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
public Map<String,String> supportedLoginProviders()
Optional key:value pairs mapping provider names to provider app IDs.
public String 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.
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> openIdConnectProviderARNs()
A list of OpendID Connect provider ARNs.
public List<CognitoIdentityProvider> cognitoIdentityProviders()
An array of Amazon Cognito Identity user pools and their client IDs.
public List<String> samlProviderARNs()
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
public CreateIdentityPoolRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateIdentityPoolRequest.Builder,CreateIdentityPoolRequest>
public static CreateIdentityPoolRequest.Builder builder()
public static Class<? extends CreateIdentityPoolRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.