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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBackendAuthIdentityPoolConfig.BuilderidentityPoolName(String identityPoolName)Name of the Amazon Cognito identity pool used for authorization.CreateBackendAuthIdentityPoolConfig.BuilderunauthenticatedLogin(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 Detail
-
identityPoolName
CreateBackendAuthIdentityPoolConfig.Builder identityPoolName(String 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
CreateBackendAuthIdentityPoolConfig.Builder unauthenticatedLogin(Boolean 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.
-
-