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 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

      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.