public static interface GetBackendStorageResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<GetBackendStorageResponse.Builder,GetBackendStorageResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBackendStorageResponse.Builder |
appId(String appId)
The app ID.
|
GetBackendStorageResponse.Builder |
backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
default GetBackendStorageResponse.Builder |
resourceConfig(Consumer<GetBackendStorageResourceConfig.Builder> resourceConfig)
The resource configuration for the backend storage resource.
|
GetBackendStorageResponse.Builder |
resourceConfig(GetBackendStorageResourceConfig resourceConfig)
The resource configuration for the backend storage resource.
|
GetBackendStorageResponse.Builder |
resourceName(String resourceName)
The name of the storage resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBackendStorageResponse.Builder appId(String appId)
The app ID.
appId - The app ID.GetBackendStorageResponse.Builder backendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.GetBackendStorageResponse.Builder resourceConfig(GetBackendStorageResourceConfig resourceConfig)
The resource configuration for the backend storage resource.
resourceConfig - The resource configuration for the backend storage resource.default GetBackendStorageResponse.Builder resourceConfig(Consumer<GetBackendStorageResourceConfig.Builder> resourceConfig)
The resource configuration for the backend storage resource.
This is a convenience that creates an instance of theGetBackendStorageResourceConfig.Builder
avoiding the need to create one manually via GetBackendStorageResourceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resourceConfig(GetBackendStorageResourceConfig).resourceConfig - a consumer that will call methods on GetBackendStorageResourceConfig.BuilderresourceConfig(GetBackendStorageResourceConfig)GetBackendStorageResponse.Builder resourceName(String resourceName)
The name of the storage resource.
resourceName - The name of the storage resource.Copyright © 2022. All rights reserved.