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