public static interface LoginAuthConfigReqObj.Builder extends SdkPojo, CopyableBuilder<LoginAuthConfigReqObj.Builder,LoginAuthConfigReqObj>
| Modifier and Type | Method and Description |
|---|---|
LoginAuthConfigReqObj.Builder |
awsCognitoIdentityPoolId(String awsCognitoIdentityPoolId)
The Amazon Cognito identity pool ID used for Amplify Admin UI login authorization.
|
LoginAuthConfigReqObj.Builder |
awsCognitoRegion(String awsCognitoRegion)
The AWS Region for the Amplify Admin UI login.
|
LoginAuthConfigReqObj.Builder |
awsUserPoolsId(String awsUserPoolsId)
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
|
LoginAuthConfigReqObj.Builder |
awsUserPoolsWebClientId(String awsUserPoolsWebClientId)
The web client ID for the Amazon Cognito user pools.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoginAuthConfigReqObj.Builder awsCognitoIdentityPoolId(String awsCognitoIdentityPoolId)
The Amazon Cognito identity pool ID used for Amplify Admin UI login authorization.
awsCognitoIdentityPoolId - The Amazon Cognito identity pool ID used for Amplify Admin UI login authorization.LoginAuthConfigReqObj.Builder awsCognitoRegion(String awsCognitoRegion)
The AWS Region for the Amplify Admin UI login.
awsCognitoRegion - The AWS Region for the Amplify Admin UI login.LoginAuthConfigReqObj.Builder awsUserPoolsId(String awsUserPoolsId)
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
awsUserPoolsId - The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.LoginAuthConfigReqObj.Builder awsUserPoolsWebClientId(String awsUserPoolsWebClientId)
The web client ID for the Amazon Cognito user pools.
awsUserPoolsWebClientId - The web client ID for the Amazon Cognito user pools.Copyright © 2021. All rights reserved.