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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details