Interface AsymmetricEncryptionAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AsymmetricEncryptionAttributes.Builder,,- AsymmetricEncryptionAttributes> - SdkBuilder<AsymmetricEncryptionAttributes.Builder,,- AsymmetricEncryptionAttributes> - SdkPojo
- Enclosing class:
- AsymmetricEncryptionAttributes
@Mutable
@NotThreadSafe
public static interface AsymmetricEncryptionAttributes.Builder
extends SdkPojo, CopyableBuilder<AsymmetricEncryptionAttributes.Builder,AsymmetricEncryptionAttributes> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
paddingTypeThe 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:
 
- 
paddingTypeThe 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:
 
 
-