public static interface WrappedKey.Builder extends SdkPojo, CopyableBuilder<WrappedKey.Builder,WrappedKey>
| Modifier and Type | Method and Description |
|---|---|
WrappedKey.Builder |
keyMaterial(String keyMaterial)
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
|
WrappedKey.Builder |
wrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)
The key block format of a wrapped key.
|
WrappedKey.Builder |
wrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)
The key block format of a wrapped key.
|
WrappedKey.Builder |
wrappingKeyArn(String wrappingKeyArn)
The
KeyARN of the wrapped key. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWrappedKey.Builder keyMaterial(String keyMaterial)
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
keyMaterial - Parameter information for generating a wrapped key using TR-31 or TR-34 standard.WrappedKey.Builder wrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)
The key block format of a wrapped key.
wrappedKeyMaterialFormat - The key block format of a wrapped key.WrappedKeyMaterialFormat,
WrappedKeyMaterialFormatWrappedKey.Builder wrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)
The key block format of a wrapped key.
wrappedKeyMaterialFormat - The key block format of a wrapped key.WrappedKeyMaterialFormat,
WrappedKeyMaterialFormatWrappedKey.Builder wrappingKeyArn(String wrappingKeyArn)
The KeyARN of the wrapped key.
wrappingKeyArn - The KeyARN of the wrapped key.Copyright © 2023. All rights reserved.