Interface AsymmetricEncryptionAttributes.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AsymmetricEncryptionAttributes.Builder,,AsymmetricEncryptionAttributes> SdkBuilder<AsymmetricEncryptionAttributes.Builder,,AsymmetricEncryptionAttributes> SdkPojo
- Enclosing class:
 AsymmetricEncryptionAttributes
public static interface AsymmetricEncryptionAttributes.Builder
extends SdkPojo, CopyableBuilder<AsymmetricEncryptionAttributes.Builder,AsymmetricEncryptionAttributes> 
- 
Method Summary
Modifier and TypeMethodDescriptionpaddingType(String paddingType) The padding to be included with the data.paddingType(PaddingType paddingType) The padding to be included with the data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
paddingType
The padding to be included with the data.
- Parameters:
 paddingType- The padding to be included with the data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
paddingType
The padding to be included with the data.
- Parameters:
 paddingType- The padding to be included with the data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -