Interface UpdateBackendConfigResponse.Builder
- All Superinterfaces:
- AmplifyBackendResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateBackendConfigResponse.Builder,,- UpdateBackendConfigResponse> - SdkBuilder<UpdateBackendConfigResponse.Builder,,- UpdateBackendConfigResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateBackendConfigResponse
@Mutable
@NotThreadSafe
public static interface UpdateBackendConfigResponse.Builder
extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<UpdateBackendConfigResponse.Builder,UpdateBackendConfigResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe app ID.backendManagerAppId(String backendManagerAppId) The app ID for the backend manager.If the request fails, this error is returned.loginAuthConfig(Consumer<LoginAuthConfigReqObj.Builder> loginAuthConfig) Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.loginAuthConfig(LoginAuthConfigReqObj loginAuthConfig) Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.Methods inherited from interface software.amazon.awssdk.services.amplifybackend.model.AmplifyBackendResponse.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
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.
 
- 
backendManagerAppIdThe app ID for the backend manager. - Parameters:
- backendManagerAppId- The app ID for the backend manager.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorIf the request fails, this error is returned. - Parameters:
- error- If the request fails, this error is returned.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loginAuthConfigDescribes the Amazon Cognito configurations for the Admin UI auth resource to log in with. - Parameters:
- loginAuthConfig- Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loginAuthConfigdefault UpdateBackendConfigResponse.Builder loginAuthConfig(Consumer<LoginAuthConfigReqObj.Builder> loginAuthConfig) Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with. This is a convenience method that creates an instance of theLoginAuthConfigReqObj.Builderavoiding the need to create one manually viaLoginAuthConfigReqObj.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologinAuthConfig(LoginAuthConfigReqObj).- Parameters:
- loginAuthConfig- a consumer that will call methods on- LoginAuthConfigReqObj.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-