Interface DiffieHellmanDerivationData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DiffieHellmanDerivationData.Builder,,DiffieHellmanDerivationData> SdkBuilder<DiffieHellmanDerivationData.Builder,,DiffieHellmanDerivationData> SdkPojo
- Enclosing class:
DiffieHellmanDerivationData
@Mutable
@NotThreadSafe
public static interface DiffieHellmanDerivationData.Builder
extends SdkPojo, CopyableBuilder<DiffieHellmanDerivationData.Builder,DiffieHellmanDerivationData>
-
Method Summary
Modifier and TypeMethodDescriptionsharedInformation(String sharedInformation) A 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