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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsymmetricEncryptionAttributes.BuilderpaddingType(String paddingType)The padding to be included with the data.AsymmetricEncryptionAttributes.BuilderpaddingType(PaddingType paddingType)The padding to be included with the data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
paddingType
AsymmetricEncryptionAttributes.Builder paddingType(String 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,PaddingType
-
paddingType
AsymmetricEncryptionAttributes.Builder paddingType(PaddingType 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,PaddingType
-
-