Interface CognitoUserPoolConfig.Builder

    • Method Detail

      • userPoolId

        CognitoUserPoolConfig.Builder userPoolId​(String userPoolId)

        The user pool ID.

        Parameters:
        userPoolId - The user pool ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsRegion

        CognitoUserPoolConfig.Builder awsRegion​(String awsRegion)

        The Amazon Web Services Region in which the user pool was created.

        Parameters:
        awsRegion - The Amazon Web Services Region in which the user pool was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appIdClientRegex

        CognitoUserPoolConfig.Builder appIdClientRegex​(String appIdClientRegex)

        A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.

        Parameters:
        appIdClientRegex - A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.