public static interface ImportBackendAuthRequest.Builder extends AmplifyBackendRequest.Builder, SdkPojo, CopyableBuilder<ImportBackendAuthRequest.Builder,ImportBackendAuthRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportBackendAuthRequest.Builder |
appId(String appId)
The app ID.
|
ImportBackendAuthRequest.Builder |
backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
ImportBackendAuthRequest.Builder |
identityPoolId(String identityPoolId)
The ID of the Amazon Cognito identity pool.
|
ImportBackendAuthRequest.Builder |
nativeClientId(String nativeClientId)
The ID of the Amazon Cognito native client.
|
ImportBackendAuthRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportBackendAuthRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportBackendAuthRequest.Builder |
userPoolId(String userPoolId)
The ID of the Amazon Cognito user pool.
|
ImportBackendAuthRequest.Builder |
webClientId(String webClientId)
The ID of the Amazon Cognito web client.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportBackendAuthRequest.Builder appId(String appId)
The app ID.
appId - The app ID.ImportBackendAuthRequest.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.ImportBackendAuthRequest.Builder identityPoolId(String identityPoolId)
The ID of the Amazon Cognito identity pool.
identityPoolId - The ID of the Amazon Cognito identity pool.ImportBackendAuthRequest.Builder nativeClientId(String nativeClientId)
The ID of the Amazon Cognito native client.
nativeClientId - The ID of the Amazon Cognito native client.ImportBackendAuthRequest.Builder userPoolId(String userPoolId)
The ID of the Amazon Cognito user pool.
userPoolId - The ID of the Amazon Cognito user pool.ImportBackendAuthRequest.Builder webClientId(String webClientId)
The ID of the Amazon Cognito web client.
webClientId - The ID of the Amazon Cognito web client.ImportBackendAuthRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportBackendAuthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.