public static interface ReEncryptionAttributes.Builder extends SdkPojo, CopyableBuilder<ReEncryptionAttributes.Builder,ReEncryptionAttributes>
| Modifier and Type | Method and Description |
|---|---|
default ReEncryptionAttributes.Builder |
dukpt(Consumer<DukptEncryptionAttributes.Builder> dukpt)
Sets the value of the Dukpt property for this object.
|
ReEncryptionAttributes.Builder |
dukpt(DukptEncryptionAttributes dukpt)
Sets the value of the Dukpt property for this object.
|
default ReEncryptionAttributes.Builder |
symmetric(Consumer<SymmetricEncryptionAttributes.Builder> symmetric)
Parameters that are required to encrypt data using symmetric keys.
|
ReEncryptionAttributes.Builder |
symmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to encrypt data using symmetric keys.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReEncryptionAttributes.Builder dukpt(DukptEncryptionAttributes dukpt)
dukpt - The new value for the Dukpt property for this object.default ReEncryptionAttributes.Builder dukpt(Consumer<DukptEncryptionAttributes.Builder> dukpt)
DukptEncryptionAttributes.Builder
avoiding the need to create one manually via DukptEncryptionAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dukpt(DukptEncryptionAttributes).
dukpt - a consumer that will call methods on DukptEncryptionAttributes.Builderdukpt(DukptEncryptionAttributes)ReEncryptionAttributes.Builder symmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to encrypt data using symmetric keys.
symmetric - Parameters that are required to encrypt data using symmetric keys.default ReEncryptionAttributes.Builder symmetric(Consumer<SymmetricEncryptionAttributes.Builder> symmetric)
Parameters that are required to encrypt data using symmetric keys.
This is a convenience method that creates an instance of theSymmetricEncryptionAttributes.Builder
avoiding the need to create one manually via SymmetricEncryptionAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to symmetric(SymmetricEncryptionAttributes).
symmetric - a consumer that will call methods on SymmetricEncryptionAttributes.Buildersymmetric(SymmetricEncryptionAttributes)Copyright © 2023. All rights reserved.