public static interface EncryptionInfo.Builder extends SdkPojo, CopyableBuilder<EncryptionInfo.Builder,EncryptionInfo>
| Modifier and Type | Method and Description |
|---|---|
default EncryptionInfo.Builder |
encryptionAtRest(Consumer<EncryptionAtRest.Builder> encryptionAtRest)
The data volume encryption details.
|
EncryptionInfo.Builder |
encryptionAtRest(EncryptionAtRest encryptionAtRest)
The data volume encryption details.
|
copyapplyMutation, buildEncryptionInfo.Builder encryptionAtRest(EncryptionAtRest encryptionAtRest)
The data volume encryption details.
encryptionAtRest - The data volume encryption details.default EncryptionInfo.Builder encryptionAtRest(Consumer<EncryptionAtRest.Builder> encryptionAtRest)
The data volume encryption details.
This is a convenience that creates an instance of theEncryptionAtRest.Builder avoiding the need to
create one manually via EncryptionAtRest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryptionAtRest(EncryptionAtRest).encryptionAtRest - a consumer that will call methods on EncryptionAtRest.BuilderencryptionAtRest(EncryptionAtRest)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.