Interface LoginAuthConfigReqObj.Builder

  • Method Details

    • awsCognitoIdentityPoolId

      LoginAuthConfigReqObj.Builder awsCognitoIdentityPoolId(String awsCognitoIdentityPoolId)

      The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.

      Parameters:
      awsCognitoIdentityPoolId - The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsCognitoRegion

      LoginAuthConfigReqObj.Builder awsCognitoRegion(String awsCognitoRegion)

      The AWS Region for the Amplify Admin UI login.

      Parameters:
      awsCognitoRegion - The AWS Region for the Amplify Admin UI login.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsUserPoolsId

      LoginAuthConfigReqObj.Builder awsUserPoolsId(String awsUserPoolsId)

      The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.

      Parameters:
      awsUserPoolsId - The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsUserPoolsWebClientId

      LoginAuthConfigReqObj.Builder awsUserPoolsWebClientId(String awsUserPoolsWebClientId)

      The web client ID for the Amazon Cognito user pools.

      Parameters:
      awsUserPoolsWebClientId - The web client ID for the Amazon Cognito user pools.
      Returns:
      Returns a reference to this object so that method calls can be chained together.