public static interface AppBundle.Builder extends SdkPojo, CopyableBuilder<AppBundle.Builder,AppBundle>
| Modifier and Type | Method and Description |
|---|---|
AppBundle.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the app bundle.
|
AppBundle.Builder |
customerManagedKeyArn(String customerManagedKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppBundle.Builder arn(String arn)
The Amazon Resource Name (ARN) of the app bundle.
arn - The Amazon Resource Name (ARN) of the app bundle.AppBundle.Builder customerManagedKeyArn(String customerManagedKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
customerManagedKeyArn - The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application
data.Copyright © 2023. All rights reserved.