Interface ImportBackendAuthRequest.Builder
- All Superinterfaces:
- AmplifyBackendRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<ImportBackendAuthRequest.Builder,,- ImportBackendAuthRequest> - SdkBuilder<ImportBackendAuthRequest.Builder,,- ImportBackendAuthRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ImportBackendAuthRequest
@Mutable
@NotThreadSafe
public static interface ImportBackendAuthRequest.Builder
extends AmplifyBackendRequest.Builder, SdkPojo, CopyableBuilder<ImportBackendAuthRequest.Builder,ImportBackendAuthRequest> 
- 
Method SummaryModifier 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.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
appIdThe app ID. - Parameters:
- appId- The app ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
backendEnvironmentNameThe 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.
 
- 
identityPoolIdThe 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.
 
- 
nativeClientIdThe 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.
 
- 
userPoolIdThe 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.
 
- 
webClientIdThe 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.
 
- 
overrideConfigurationImportBackendAuthRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationImportBackendAuthRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-