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