public static interface UpdateBackendStorageResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<UpdateBackendStorageResponse.Builder,UpdateBackendStorageResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendStorageResponse.Builder |
appId(String appId)
The app ID.
|
UpdateBackendStorageResponse.Builder |
backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
UpdateBackendStorageResponse.Builder |
jobId(String jobId)
The ID for the job.
|
UpdateBackendStorageResponse.Builder |
status(String status)
The current status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBackendStorageResponse.Builder appId(String appId)
The app ID.
appId - The app ID.UpdateBackendStorageResponse.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.UpdateBackendStorageResponse.Builder jobId(String jobId)
The ID for the job.
jobId - The ID for the job.UpdateBackendStorageResponse.Builder status(String status)
The current status of the request.
status - The current status of the request.Copyright © 2022. All rights reserved.