Interface DiffieHellmanDerivationData.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DiffieHellmanDerivationData.Builder,,DiffieHellmanDerivationData> SdkBuilder<DiffieHellmanDerivationData.Builder,,DiffieHellmanDerivationData> SdkPojo
- Enclosing class:
 DiffieHellmanDerivationData
public static interface DiffieHellmanDerivationData.Builder
extends SdkPojo, CopyableBuilder<DiffieHellmanDerivationData.Builder,DiffieHellmanDerivationData> 
- 
Method Summary
Modifier and TypeMethodDescriptionsharedInformation(String sharedInformation) A byte string containing information that binds the ECDH derived key to the two parties involved or to the context of the key.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