CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
, SdkBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
public static interface EncryptionConfiguration.Builder extends CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
Modifier and Type | Method | Description |
---|---|---|
EncryptionConfiguration.Builder |
kmsEncryptionConfig(KMSEncryptionConfig kmsEncryptionConfig) |
The encryption key.
|
EncryptionConfiguration.Builder |
noEncryptionConfig(String noEncryptionConfig) |
Specifically override existing encryption information to ensure no encryption is used.
|
EncryptionConfiguration.Builder |
noEncryptionConfig(NoEncryptionConfig noEncryptionConfig) |
Specifically override existing encryption information to ensure no encryption is used.
|
copy
apply, build
EncryptionConfiguration.Builder noEncryptionConfig(String noEncryptionConfig)
Specifically override existing encryption information to ensure no encryption is used.
noEncryptionConfig
- Specifically override existing encryption information to ensure no encryption is used.NoEncryptionConfig
EncryptionConfiguration.Builder noEncryptionConfig(NoEncryptionConfig noEncryptionConfig)
Specifically override existing encryption information to ensure no encryption is used.
noEncryptionConfig
- Specifically override existing encryption information to ensure no encryption is used.NoEncryptionConfig
EncryptionConfiguration.Builder kmsEncryptionConfig(KMSEncryptionConfig kmsEncryptionConfig)
The encryption key.
kmsEncryptionConfig
- The encryption key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.