Uses of Interface
software.amazon.awssdk.services.appfabric.model.AppBundle.Builder
-
Packages that use AppBundle.Builder Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of AppBundle.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return AppBundle.Builder Modifier and Type Method Description AppBundle.BuilderAppBundle.Builder. arn(String arn)The Amazon Resource Name (ARN) of the app bundle.static AppBundle.BuilderAppBundle. builder()AppBundle.BuilderAppBundle.Builder. customerManagedKeyArn(String customerManagedKeyArn)The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.AppBundle.BuilderAppBundle. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type AppBundle.Builder Modifier and Type Method Description static Class<? extends AppBundle.Builder>AppBundle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appfabric.model with type arguments of type AppBundle.Builder Modifier and Type Method Description default CreateAppBundleResponse.BuilderCreateAppBundleResponse.Builder. appBundle(Consumer<AppBundle.Builder> appBundle)Contains information about an app bundle.default GetAppBundleResponse.BuilderGetAppBundleResponse.Builder. appBundle(Consumer<AppBundle.Builder> appBundle)Contains information about an app bundle.
-