| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcampaigns.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionConfig.Builder |
EncryptionConfig.builder() |
EncryptionConfig.Builder |
EncryptionConfig.Builder.enabled(Boolean enabled)
Sets the value of the Enabled property for this object.
|
EncryptionConfig.Builder |
EncryptionConfig.Builder.encryptionType(EncryptionType encryptionType)
Sets the value of the EncryptionType property for this object.
|
EncryptionConfig.Builder |
EncryptionConfig.Builder.encryptionType(String encryptionType)
Sets the value of the EncryptionType property for this object.
|
EncryptionConfig.Builder |
EncryptionConfig.Builder.keyArn(String keyArn)
Sets the value of the KeyArn property for this object.
|
EncryptionConfig.Builder |
EncryptionConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionConfig.Builder> |
EncryptionConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartInstanceOnboardingJobRequest.Builder |
StartInstanceOnboardingJobRequest.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
default InstanceConfig.Builder |
InstanceConfig.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
Copyright © 2022. All rights reserved.