| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
AppBundle.Builder |
AppBundle.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the app bundle.
|
static AppBundle.Builder |
AppBundle.builder() |
AppBundle.Builder |
AppBundle.Builder.customerManagedKeyArn(String customerManagedKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
|
AppBundle.Builder |
AppBundle.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AppBundle.Builder> |
AppBundle.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAppBundleResponse.Builder |
GetAppBundleResponse.Builder.appBundle(Consumer<AppBundle.Builder> appBundle)
Contains information about an app bundle.
|
default CreateAppBundleResponse.Builder |
CreateAppBundleResponse.Builder.appBundle(Consumer<AppBundle.Builder> appBundle)
Contains information about an app bundle.
|
Copyright © 2023. All rights reserved.