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
Modifier and TypeMethodDescriptionThe app ID.backendEnvironmentName
(String backendEnvironmentName) The name of the backend environment.identityPoolId
(String identityPoolId) The ID of the Amazon Cognito identity pool.nativeClientId
(String nativeClientId) The ID of the Amazon Cognito native client.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.userPoolId
(String userPoolId) The ID of the Amazon Cognito user pool.webClientId
(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 Details
-
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
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
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ImportBackendAuthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-