Interface AppBundle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppBundle.Builder,
,AppBundle> SdkBuilder<AppBundle.Builder,
,AppBundle> SdkPojo
- Enclosing class:
AppBundle
@Mutable
@NotThreadSafe
public static interface AppBundle.Builder
extends SdkPojo, CopyableBuilder<AppBundle.Builder,AppBundle>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the app bundle.customerManagedKeyArn
(String customerManagedKeyArn) The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the app bundle.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the app bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerManagedKeyArn
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
- Parameters:
customerManagedKeyArn
- The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-