public static interface CreateIdentityPoolRequest.Builder extends CognitoIdentityRequest.Builder, SdkPojo, CopyableBuilder<CreateIdentityPoolRequest.Builder,CreateIdentityPoolRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateIdentityPoolRequest.Builder |
allowClassicFlow(Boolean allowClassicFlow)
Enables or disables the Basic (Classic) authentication flow.
|
CreateIdentityPoolRequest.Builder |
allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
CreateIdentityPoolRequest.Builder |
cognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)
An array of Amazon Cognito user pools and their client IDs.
|
CreateIdentityPoolRequest.Builder |
cognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders)
An array of Amazon Cognito user pools and their client IDs.
|
CreateIdentityPoolRequest.Builder |
cognitoIdentityProviders(Consumer<CognitoIdentityProvider.Builder>... cognitoIdentityProviders)
An array of Amazon Cognito user pools and their client IDs.
|
CreateIdentityPoolRequest.Builder |
developerProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
CreateIdentityPoolRequest.Builder |
identityPoolName(String identityPoolName)
A string that you provide.
|
CreateIdentityPoolRequest.Builder |
identityPoolTags(Map<String,String> identityPoolTags)
Tags to assign to the identity pool.
|
CreateIdentityPoolRequest.Builder |
openIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
The Amazon Resource Names (ARN) of the OpenID Connect providers.
|
CreateIdentityPoolRequest.Builder |
openIdConnectProviderARNs(String... openIdConnectProviderARNs)
The Amazon Resource Names (ARN) of the OpenID Connect providers.
|
CreateIdentityPoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIdentityPoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIdentityPoolRequest.Builder |
samlProviderARNs(Collection<String> samlProviderARNs)
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
|
CreateIdentityPoolRequest.Builder |
samlProviderARNs(String... samlProviderARNs)
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
|
CreateIdentityPoolRequest.Builder |
supportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIdentityPoolRequest.Builder identityPoolName(String identityPoolName)
A string that you provide.
identityPoolName - A string that you provide.CreateIdentityPoolRequest.Builder allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
allowUnauthenticatedIdentities - TRUE if the identity pool supports unauthenticated logins.CreateIdentityPoolRequest.Builder allowClassicFlow(Boolean allowClassicFlow)
Enables or disables the Basic (Classic) authentication flow. For more information, see Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide.
allowClassicFlow - Enables or disables the Basic (Classic) authentication flow. For more information, see Identity
Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide.CreateIdentityPoolRequest.Builder supportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
supportedLoginProviders - Optional key:value pairs mapping provider names to provider app IDs.CreateIdentityPoolRequest.Builder developerProviderName(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 - 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.
CreateIdentityPoolRequest.Builder openIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
The Amazon Resource Names (ARN) of the OpenID Connect providers.
openIdConnectProviderARNs - The Amazon Resource Names (ARN) of the OpenID Connect providers.CreateIdentityPoolRequest.Builder openIdConnectProviderARNs(String... openIdConnectProviderARNs)
The Amazon Resource Names (ARN) of the OpenID Connect providers.
openIdConnectProviderARNs - The Amazon Resource Names (ARN) of the OpenID Connect providers.CreateIdentityPoolRequest.Builder cognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders)
An array of Amazon Cognito user pools and their client IDs.
cognitoIdentityProviders - An array of Amazon Cognito user pools and their client IDs.CreateIdentityPoolRequest.Builder cognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)
An array of Amazon Cognito user pools and their client IDs.
cognitoIdentityProviders - An array of Amazon Cognito user pools and their client IDs.CreateIdentityPoolRequest.Builder cognitoIdentityProviders(Consumer<CognitoIdentityProvider.Builder>... cognitoIdentityProviders)
An array of Amazon Cognito user pools and their client IDs.
This is a convenience method that creates an instance of theCognitoIdentityProvider.Builder avoiding the
need to create one manually via
CognitoIdentityProvider.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #cognitoIdentityProviders(List.
cognitoIdentityProviders - a consumer that will call methods on
CognitoIdentityProvider.Builder#cognitoIdentityProviders(java.util.Collection) CreateIdentityPoolRequest.Builder samlProviderARNs(Collection<String> samlProviderARNs)
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
samlProviderARNs - An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.CreateIdentityPoolRequest.Builder samlProviderARNs(String... samlProviderARNs)
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
samlProviderARNs - An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.CreateIdentityPoolRequest.Builder identityPoolTags(Map<String,String> identityPoolTags)
Tags to assign to the identity pool. A tag is a label that you can apply to identity pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.
identityPoolTags - Tags to assign to the identity pool. A tag is a label that you can apply to identity pools to
categorize and manage them in different ways, such as by purpose, owner, environment, or other
criteria.CreateIdentityPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIdentityPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.