Interface AppBundle.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppBundle.Builder,AppBundle>,SdkBuilder<AppBundle.Builder,AppBundle>,SdkPojo
- Enclosing class:
- AppBundle
public static interface AppBundle.Builder extends SdkPojo, CopyableBuilder<AppBundle.Builder,AppBundle>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppBundle.Builderarn(String arn)The Amazon Resource Name (ARN) of the app bundle.AppBundle.BuildercustomerManagedKeyArn(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, sdkFields
-
-
-
-
Method Detail
-
arn
AppBundle.Builder arn(String 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
AppBundle.Builder customerManagedKeyArn(String 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.
-
-