Interface CreateBackendAuthIdentityPoolConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CreateBackendAuthIdentityPoolConfig.Builder,
,CreateBackendAuthIdentityPoolConfig> SdkBuilder<CreateBackendAuthIdentityPoolConfig.Builder,
,CreateBackendAuthIdentityPoolConfig> SdkPojo
- Enclosing class:
CreateBackendAuthIdentityPoolConfig
public static interface CreateBackendAuthIdentityPoolConfig.Builder
extends SdkPojo, CopyableBuilder<CreateBackendAuthIdentityPoolConfig.Builder,CreateBackendAuthIdentityPoolConfig>
-
Method Summary
Modifier and TypeMethodDescriptionidentityPoolName
(String identityPoolName) Name of the Amazon Cognito identity pool used for authorization.unauthenticatedLogin
(Boolean unauthenticatedLogin) Set to true or false based on whether you want to enable guest authorization to your Amplify app.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
identityPoolName
Name of the Amazon Cognito identity pool used for authorization.
- Parameters:
identityPoolName
- Name of the Amazon Cognito identity pool used for authorization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unauthenticatedLogin
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
- Parameters:
unauthenticatedLogin
- Set to true or false based on whether you want to enable guest authorization to your Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-