Interface CreateBackendAuthIdentityPoolConfig.Builder

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