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 Details

    • 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.