public static interface CreateBackendAuthIdentityPoolConfig.Builder extends SdkPojo, CopyableBuilder<CreateBackendAuthIdentityPoolConfig.Builder,CreateBackendAuthIdentityPoolConfig>
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthIdentityPoolConfig.Builder |
identityPoolName(String identityPoolName)
Name of the identity pool used for authorization.
|
CreateBackendAuthIdentityPoolConfig.Builder |
unauthenticatedLogin(Boolean unauthenticatedLogin)
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackendAuthIdentityPoolConfig.Builder identityPoolName(String identityPoolName)
Name of the identity pool used for authorization.
identityPoolName - Name of the identity pool used for authorization.CreateBackendAuthIdentityPoolConfig.Builder unauthenticatedLogin(Boolean unauthenticatedLogin)
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
unauthenticatedLogin - Set to true or false based on whether you want to enable guest authorization to your Amplify app.Copyright © 2021. All rights reserved.