public static interface GetBackendResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<GetBackendResponse.Builder,GetBackendResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBackendResponse.Builder |
amplifyFeatureFlags(String amplifyFeatureFlags)
A stringified version of the cli.json file for your Amplify project.
|
GetBackendResponse.Builder |
amplifyMetaConfig(String amplifyMetaConfig)
A stringified version of the current configs for your Amplify project.
|
GetBackendResponse.Builder |
appId(String appId)
The app ID.
|
GetBackendResponse.Builder |
appName(String appName)
The name of the app.
|
GetBackendResponse.Builder |
backendEnvironmentList(Collection<String> backendEnvironmentList)
A list of backend environments in an array.
|
GetBackendResponse.Builder |
backendEnvironmentList(String... backendEnvironmentList)
A list of backend environments in an array.
|
GetBackendResponse.Builder |
backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
GetBackendResponse.Builder |
error(String error)
If the request failed, this is the returned error.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBackendResponse.Builder amplifyFeatureFlags(String amplifyFeatureFlags)
A stringified version of the cli.json file for your Amplify project.
amplifyFeatureFlags - A stringified version of the cli.json file for your Amplify project.GetBackendResponse.Builder amplifyMetaConfig(String amplifyMetaConfig)
A stringified version of the current configs for your Amplify project.
amplifyMetaConfig - A stringified version of the current configs for your Amplify project.GetBackendResponse.Builder appId(String appId)
The app ID.
appId - The app ID.GetBackendResponse.Builder appName(String appName)
The name of the app.
appName - The name of the app.GetBackendResponse.Builder backendEnvironmentList(Collection<String> backendEnvironmentList)
A list of backend environments in an array.
backendEnvironmentList - A list of backend environments in an array.GetBackendResponse.Builder backendEnvironmentList(String... backendEnvironmentList)
A list of backend environments in an array.
backendEnvironmentList - A list of backend environments in an array.GetBackendResponse.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.GetBackendResponse.Builder error(String error)
If the request failed, this is the returned error.
error - If the request failed, this is the returned error.Copyright © 2022. All rights reserved.