Interface UpdateBackendAuthIdentityPoolConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateBackendAuthIdentityPoolConfig.Builder,UpdateBackendAuthIdentityPoolConfig>,SdkBuilder<UpdateBackendAuthIdentityPoolConfig.Builder,UpdateBackendAuthIdentityPoolConfig>,SdkPojo
- Enclosing class:
- UpdateBackendAuthIdentityPoolConfig
public static interface UpdateBackendAuthIdentityPoolConfig.Builder extends SdkPojo, CopyableBuilder<UpdateBackendAuthIdentityPoolConfig.Builder,UpdateBackendAuthIdentityPoolConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBackendAuthIdentityPoolConfig.BuilderunauthenticatedLogin(Boolean unauthenticatedLogin)A boolean value that can be set to allow or disallow guest-level authorization into 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
-
unauthenticatedLogin
UpdateBackendAuthIdentityPoolConfig.Builder unauthenticatedLogin(Boolean unauthenticatedLogin)
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
- Parameters:
unauthenticatedLogin- A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-