Uses of Interface
software.amazon.awssdk.services.connectcampaigns.model.EncryptionConfig.Builder
-
Packages that use EncryptionConfig.Builder Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of EncryptionConfig.Builder in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return EncryptionConfig.Builder Modifier and Type Method Description static EncryptionConfig.BuilderEncryptionConfig. builder()EncryptionConfig.BuilderEncryptionConfig.Builder. enabled(Boolean enabled)Sets the value of the Enabled property for this object.EncryptionConfig.BuilderEncryptionConfig.Builder. encryptionType(String encryptionType)Sets the value of the EncryptionType property for this object.EncryptionConfig.BuilderEncryptionConfig.Builder. encryptionType(EncryptionType encryptionType)Sets the value of the EncryptionType property for this object.EncryptionConfig.BuilderEncryptionConfig.Builder. keyArn(String keyArn)Sets the value of the KeyArn property for this object.EncryptionConfig.BuilderEncryptionConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaigns.model that return types with arguments of type EncryptionConfig.Builder Modifier and Type Method Description static Class<? extends EncryptionConfig.Builder>EncryptionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaigns.model with type arguments of type EncryptionConfig.Builder Modifier and Type Method Description default InstanceConfig.BuilderInstanceConfig.Builder. encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)Sets the value of the EncryptionConfig property for this object.default StartInstanceOnboardingJobRequest.BuilderStartInstanceOnboardingJobRequest.Builder. encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)Sets the value of the EncryptionConfig property for this object.
-