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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details