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.
|
default EncryptionInfo.Builder |
encryptionInTransit(Consumer<EncryptionInTransit.Builder> encryptionInTransit)
The details for encryption in transit.
|
EncryptionInfo.Builder |
encryptionInTransit(EncryptionInTransit encryptionInTransit)
The details for encryption in transit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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)EncryptionInfo.Builder encryptionInTransit(EncryptionInTransit encryptionInTransit)
The details for encryption in transit.
encryptionInTransit - The details for encryption in transit.
default EncryptionInfo.Builder encryptionInTransit(Consumer<EncryptionInTransit.Builder> encryptionInTransit)
The details for encryption in transit.
This is a convenience method that creates an instance of theEncryptionInTransit.Builder avoiding the
need to create one manually via EncryptionInTransit.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to encryptionInTransit(EncryptionInTransit).
encryptionInTransit - a consumer that will call methods on EncryptionInTransit.BuilderencryptionInTransit(EncryptionInTransit)Copyright © 2023. All rights reserved.