public static interface CreateBackendResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<CreateBackendResponse.Builder,CreateBackendResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBackendResponse.Builder |
appId(String appId)
The app ID.
|
CreateBackendResponse.Builder |
backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
CreateBackendResponse.Builder |
error(String error)
If the request failed, this is the returned error.
|
CreateBackendResponse.Builder |
jobId(String jobId)
The ID for the job.
|
CreateBackendResponse.Builder |
operation(String operation)
The name of the operation.
|
CreateBackendResponse.Builder |
status(String status)
The current status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackendResponse.Builder appId(String appId)
The app ID.
appId - The app ID.CreateBackendResponse.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.CreateBackendResponse.Builder error(String error)
If the request failed, this is the returned error.
error - If the request failed, this is the returned error.CreateBackendResponse.Builder jobId(String jobId)
The ID for the job.
jobId - The ID for the job.CreateBackendResponse.Builder operation(String operation)
The name of the operation.
operation - The name of the operation.CreateBackendResponse.Builder status(String status)
The current status of the request.
status - The current status of the request.Copyright © 2021. All rights reserved.