Interface ImportBackendAuthRequest.Builder
-
- All Superinterfaces:
AmplifyBackendRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ImportBackendAuthRequest.Builder,ImportBackendAuthRequest>,SdkBuilder<ImportBackendAuthRequest.Builder,ImportBackendAuthRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ImportBackendAuthRequest
public static interface ImportBackendAuthRequest.Builder extends AmplifyBackendRequest.Builder, SdkPojo, CopyableBuilder<ImportBackendAuthRequest.Builder,ImportBackendAuthRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportBackendAuthRequest.BuilderappId(String appId)The app ID.ImportBackendAuthRequest.BuilderbackendEnvironmentName(String backendEnvironmentName)The name of the backend environment.ImportBackendAuthRequest.BuilderidentityPoolId(String identityPoolId)The ID of the Amazon Cognito identity pool.ImportBackendAuthRequest.BuildernativeClientId(String nativeClientId)The ID of the Amazon Cognito native client.ImportBackendAuthRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ImportBackendAuthRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ImportBackendAuthRequest.BuilderuserPoolId(String userPoolId)The ID of the Amazon Cognito user pool.ImportBackendAuthRequest.BuilderwebClientId(String webClientId)The ID of the Amazon Cognito web client.-
Methods inherited from interface software.amazon.awssdk.services.amplifybackend.model.AmplifyBackendRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
appId
ImportBackendAuthRequest.Builder appId(String appId)
The app ID.
- Parameters:
appId- The app ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backendEnvironmentName
ImportBackendAuthRequest.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
- Parameters:
backendEnvironmentName- The name of the backend environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityPoolId
ImportBackendAuthRequest.Builder identityPoolId(String identityPoolId)
The ID of the Amazon Cognito identity pool.
- Parameters:
identityPoolId- The ID of the Amazon Cognito identity pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nativeClientId
ImportBackendAuthRequest.Builder nativeClientId(String nativeClientId)
The ID of the Amazon Cognito native client.
- Parameters:
nativeClientId- The ID of the Amazon Cognito native client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolId
ImportBackendAuthRequest.Builder userPoolId(String userPoolId)
The ID of the Amazon Cognito user pool.
- Parameters:
userPoolId- The ID of the Amazon Cognito user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webClientId
ImportBackendAuthRequest.Builder webClientId(String webClientId)
The ID of the Amazon Cognito web client.
- Parameters:
webClientId- The ID of the Amazon Cognito web client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ImportBackendAuthRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ImportBackendAuthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-