Uses of Interface
software.amazon.awssdk.services.synthetics.model.S3EncryptionConfig.Builder
-
Packages that use S3EncryptionConfig.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of S3EncryptionConfig.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return S3EncryptionConfig.Builder Modifier and Type Method Description static S3EncryptionConfig.BuilderS3EncryptionConfig. builder()S3EncryptionConfig.BuilderS3EncryptionConfig.Builder. encryptionMode(String encryptionMode)The encryption method to use for artifacts created by this canary.S3EncryptionConfig.BuilderS3EncryptionConfig.Builder. encryptionMode(EncryptionMode encryptionMode)The encryption method to use for artifacts created by this canary.S3EncryptionConfig.BuilderS3EncryptionConfig.Builder. kmsKeyArn(String kmsKeyArn)The ARN of the customer-managed KMS key to use, if you specifySSE-KMSforEncryptionModeS3EncryptionConfig.BuilderS3EncryptionConfig. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type S3EncryptionConfig.Builder Modifier and Type Method Description static Class<? extends S3EncryptionConfig.Builder>S3EncryptionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type S3EncryptionConfig.Builder Modifier and Type Method Description default ArtifactConfigInput.BuilderArtifactConfigInput.Builder. s3Encryption(Consumer<S3EncryptionConfig.Builder> s3Encryption)A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.default ArtifactConfigOutput.BuilderArtifactConfigOutput.Builder. s3Encryption(Consumer<S3EncryptionConfig.Builder> s3Encryption)A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.
-