Interface ReEncryptionAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ReEncryptionAttributes.Builder,,- ReEncryptionAttributes> - SdkBuilder<ReEncryptionAttributes.Builder,,- ReEncryptionAttributes> - SdkPojo
- Enclosing class:
- ReEncryptionAttributes
@Mutable
@NotThreadSafe
public static interface ReEncryptionAttributes.Builder
extends SdkPojo, CopyableBuilder<ReEncryptionAttributes.Builder,ReEncryptionAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault ReEncryptionAttributes.BuilderSets the value of the Dukpt property for this object.dukpt(DukptEncryptionAttributes dukpt) Sets the value of the Dukpt property for this object.default ReEncryptionAttributes.Buildersymmetric(Consumer<SymmetricEncryptionAttributes.Builder> symmetric) Parameters that are required to encrypt data using symmetric keys.symmetric(SymmetricEncryptionAttributes symmetric) Parameters that are required to encrypt data using symmetric keys.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
symmetricParameters that are required to encrypt data using symmetric keys. - Parameters:
- symmetric- Parameters that are required to encrypt data using symmetric keys.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
symmetricdefault 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.Builderavoiding the need to create one manually viaSymmetricEncryptionAttributes.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosymmetric(SymmetricEncryptionAttributes).- Parameters:
- symmetric- a consumer that will call methods on- SymmetricEncryptionAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dukptSets the value of the Dukpt property for this object.- Parameters:
- dukpt- The new value for the Dukpt property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dukptSets the value of the Dukpt property for this object. This is a convenience method that creates an instance of theDukptEncryptionAttributes.Builderavoiding the need to create one manually viaDukptEncryptionAttributes.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todukpt(DukptEncryptionAttributes).- Parameters:
- dukpt- a consumer that will call methods on- DukptEncryptionAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-