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