Uses of Interface
software.amazon.awssdk.services.apprunner.model.EncryptionConfiguration.Builder
-
Packages that use EncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of EncryptionConfiguration.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return EncryptionConfiguration.Builder Modifier and Type Method Description static EncryptionConfiguration.BuilderEncryptionConfiguration. builder()EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. kmsKey(String kmsKey)The ARN of the KMS key that's used for encryption.EncryptionConfiguration.BuilderEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends EncryptionConfiguration.Builder>EncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description default CreateServiceRequest.BuilderCreateServiceRequest.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.default Service.BuilderService.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service.
-