Interface GetBackendResponse.Builder
- All Superinterfaces:
 AmplifyBackendResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetBackendResponse.Builder,,GetBackendResponse> SdkBuilder<GetBackendResponse.Builder,,GetBackendResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetBackendResponse
public static interface GetBackendResponse.Builder
extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<GetBackendResponse.Builder,GetBackendResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionamplifyFeatureFlags(String amplifyFeatureFlags) A stringified version of the cli.json file for your Amplify project.amplifyMetaConfig(String amplifyMetaConfig) A stringified version of the current configs for your Amplify project.The app ID.The name of the app.backendEnvironmentList(String... backendEnvironmentList) A list of backend environments in an array.backendEnvironmentList(Collection<String> backendEnvironmentList) A list of backend environments in an array.backendEnvironmentName(String backendEnvironmentName) The name of the backend environment.If the request failed, this is the returned error.Methods inherited from interface software.amazon.awssdk.services.amplifybackend.model.AmplifyBackendResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
amplifyFeatureFlags
A stringified version of the cli.json file for your Amplify project.
- Parameters:
 amplifyFeatureFlags- A stringified version of the cli.json file for your Amplify project.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
amplifyMetaConfig
A stringified version of the current configs for your Amplify project.
- Parameters:
 amplifyMetaConfig- A stringified version of the current configs for your Amplify project.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
appId
The app ID.
- Parameters:
 appId- The app ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
appName
The name of the app.
- Parameters:
 appName- The name of the app.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
backendEnvironmentList
A list of backend environments in an array.
- Parameters:
 backendEnvironmentList- A list of backend environments in an array.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
backendEnvironmentList
A list of backend environments in an array.
- Parameters:
 backendEnvironmentList- A list of backend environments in an array.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
backendEnvironmentName
The name of the backend environment.
- Parameters:
 backendEnvironmentName- The name of the backend environment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
error
If the request failed, this is the returned error.
- Parameters:
 error- If the request failed, this is the returned error.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -