Interface UpdateIdentityPoolRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CognitoIdentityRequest.Builder,- CopyableBuilder<UpdateIdentityPoolRequest.Builder,,- UpdateIdentityPoolRequest> - SdkBuilder<UpdateIdentityPoolRequest.Builder,,- UpdateIdentityPoolRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateIdentityPoolRequest
- 
Method SummaryModifier and TypeMethodDescriptionallowClassicFlow(Boolean allowClassicFlow) Enables or disables the Basic (Classic) authentication flow.allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities) TRUE if the identity pool supports unauthenticated logins.cognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders) A list representing an Amazon Cognito user pool and its client ID.cognitoIdentityProviders(Consumer<CognitoIdentityProvider.Builder>... cognitoIdentityProviders) A list representing an Amazon Cognito user pool and its client ID.cognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders) A list representing an Amazon Cognito user pool and its client ID.developerProviderName(String developerProviderName) The "domain" by which Cognito will refer to your users.identityPoolId(String identityPoolId) An identity pool ID in the format REGION:GUID.identityPoolName(String identityPoolName) A string that you provide.identityPoolTags(Map<String, String> identityPoolTags) The tags that are assigned to the identity pool.openIdConnectProviderARNs(String... openIdConnectProviderARNs) The ARNs of the OpenID Connect providers.openIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs) The ARNs of the OpenID Connect providers.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.samlProviderARNs(String... samlProviderARNs) An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.samlProviderARNs(Collection<String> samlProviderARNs) An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.supportedLoginProviders(Map<String, String> supportedLoginProviders) Optional key:value pairs mapping provider names to provider app IDs.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cognitoidentity.model.CognitoIdentityRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
identityPoolIdAn identity pool ID in the format REGION:GUID. - Parameters:
- identityPoolId- An identity pool ID in the format REGION:GUID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identityPoolNameA string that you provide. - Parameters:
- identityPoolName- A string that you provide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
allowUnauthenticatedIdentitiesUpdateIdentityPoolRequest.Builder allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities) TRUE if the identity pool supports unauthenticated logins. - Parameters:
- allowUnauthenticatedIdentities- TRUE if the identity pool supports unauthenticated logins.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
allowClassicFlowEnables or disables the Basic (Classic) authentication flow. For more information, see Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedLoginProvidersUpdateIdentityPoolRequest.Builder supportedLoginProviders(Map<String, String> supportedLoginProviders) Optional key:value pairs mapping provider names to provider app IDs. - Parameters:
- supportedLoginProviders- Optional key:value pairs mapping provider names to provider app IDs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
developerProviderNameThe "domain" by which Cognito will refer to your users. - Parameters:
- developerProviderName- The "domain" by which Cognito will refer to your users.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
openIdConnectProviderARNsUpdateIdentityPoolRequest.Builder openIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs) The ARNs of the OpenID Connect providers. - Parameters:
- openIdConnectProviderARNs- The ARNs of the OpenID Connect providers.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
openIdConnectProviderARNsThe ARNs of the OpenID Connect providers. - Parameters:
- openIdConnectProviderARNs- The ARNs of the OpenID Connect providers.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cognitoIdentityProvidersUpdateIdentityPoolRequest.Builder cognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders) A list representing an Amazon Cognito user pool and its client ID. - Parameters:
- cognitoIdentityProviders- A list representing an Amazon Cognito user pool and its client ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cognitoIdentityProvidersUpdateIdentityPoolRequest.Builder cognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders) A list representing an Amazon Cognito user pool and its client ID. - Parameters:
- cognitoIdentityProviders- A list representing an Amazon Cognito user pool and its client ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cognitoIdentityProvidersUpdateIdentityPoolRequest.Builder cognitoIdentityProviders(Consumer<CognitoIdentityProvider.Builder>... cognitoIdentityProviders) A list representing an Amazon Cognito user pool and its client ID. This is a convenience method that creates an instance of theCognitoIdentityProvider.Builderavoiding the need to create one manually viaCognitoIdentityProvider.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocognitoIdentityProviders(List<CognitoIdentityProvider>).- Parameters:
- cognitoIdentityProviders- a consumer that will call methods on- CognitoIdentityProvider.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
samlProviderARNsAn array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool. - Parameters:
- samlProviderARNs- An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
samlProviderARNsAn array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool. - Parameters:
- samlProviderARNs- An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identityPoolTagsThe tags that are assigned 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. - Parameters:
- identityPoolTags- The tags that are assigned 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateIdentityPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateIdentityPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-