public static interface GetBackendJobResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<GetBackendJobResponse.Builder,GetBackendJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBackendJobResponse.Builder |
appId(String appId)
The app ID.
|
GetBackendJobResponse.Builder |
backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
GetBackendJobResponse.Builder |
createTime(String createTime)
The time when the job was created.
|
GetBackendJobResponse.Builder |
error(String error)
If the request fails, this error is returned.
|
GetBackendJobResponse.Builder |
jobId(String jobId)
The ID for the job.
|
GetBackendJobResponse.Builder |
operation(String operation)
The name of the operation.
|
GetBackendJobResponse.Builder |
status(String status)
The current status of the request.
|
GetBackendJobResponse.Builder |
updateTime(String updateTime)
The time when the job was last updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBackendJobResponse.Builder appId(String appId)
The app ID.
appId - The app ID.GetBackendJobResponse.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.GetBackendJobResponse.Builder createTime(String createTime)
The time when the job was created.
createTime - The time when the job was created.GetBackendJobResponse.Builder error(String error)
If the request fails, this error is returned.
error - If the request fails, this error is returned.GetBackendJobResponse.Builder jobId(String jobId)
The ID for the job.
jobId - The ID for the job.GetBackendJobResponse.Builder operation(String operation)
The name of the operation.
operation - The name of the operation.GetBackendJobResponse.Builder status(String status)
The current status of the request.
status - The current status of the request.GetBackendJobResponse.Builder updateTime(String updateTime)
The time when the job was last updated.
updateTime - The time when the job was last updated.Copyright © 2022. All rights reserved.