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