public static interface UpdateBackendConfigResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<UpdateBackendConfigResponse.Builder,UpdateBackendConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendConfigResponse.Builder |
appId(String appId)
The app ID.
|
UpdateBackendConfigResponse.Builder |
backendManagerAppId(String backendManagerAppId)
The app ID for the backend manager.
|
UpdateBackendConfigResponse.Builder |
error(String error)
If the request fails, this error is returned.
|
default UpdateBackendConfigResponse.Builder |
loginAuthConfig(Consumer<LoginAuthConfigReqObj.Builder> loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
UpdateBackendConfigResponse.Builder |
loginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBackendConfigResponse.Builder appId(String appId)
The app ID.
appId - The app ID.UpdateBackendConfigResponse.Builder backendManagerAppId(String backendManagerAppId)
The app ID for the backend manager.
backendManagerAppId - The app ID for the backend manager.UpdateBackendConfigResponse.Builder error(String error)
If the request fails, this error is returned.
error - If the request fails, this error is returned.UpdateBackendConfigResponse.Builder loginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
loginAuthConfig - Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.default 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 that creates an instance of theLoginAuthConfigReqObj.Builder avoiding the need
to create one manually via LoginAuthConfigReqObj.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loginAuthConfig(LoginAuthConfigReqObj).loginAuthConfig - a consumer that will call methods on LoginAuthConfigReqObj.BuilderloginAuthConfig(LoginAuthConfigReqObj)Copyright © 2022. All rights reserved.