Interface LoginAuthConfigReqObj.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LoginAuthConfigReqObj.Builder,,LoginAuthConfigReqObj> SdkBuilder<LoginAuthConfigReqObj.Builder,,LoginAuthConfigReqObj> SdkPojo
- Enclosing class:
LoginAuthConfigReqObj
@Mutable
@NotThreadSafe
public static interface LoginAuthConfigReqObj.Builder
extends SdkPojo, CopyableBuilder<LoginAuthConfigReqObj.Builder,LoginAuthConfigReqObj>
-
Method Summary
Modifier and TypeMethodDescriptionawsCognitoIdentityPoolId(String awsCognitoIdentityPoolId) The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.awsCognitoRegion(String awsCognitoRegion) The AWS Region for the Amplify Admin UI login.awsUserPoolsId(String awsUserPoolsId) The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.awsUserPoolsWebClientId(String awsUserPoolsWebClientId) The web client ID for the Amazon Cognito user pools.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-