Interface ExportTr31KeyBlock.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ExportTr31KeyBlock.Builder,,ExportTr31KeyBlock> SdkBuilder<ExportTr31KeyBlock.Builder,,ExportTr31KeyBlock> SdkPojo
- Enclosing class:
 ExportTr31KeyBlock
public static interface ExportTr31KeyBlock.Builder
extends SdkPojo, CopyableBuilder<ExportTr31KeyBlock.Builder,ExportTr31KeyBlock> 
- 
Method Summary
Modifier and TypeMethodDescriptionwrappingKeyIdentifier(String wrappingKeyIdentifier) TheKeyARNof the the wrapping 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, sdkFields 
- 
Method Details
- 
wrappingKeyIdentifier
The
KeyARNof the the wrapping key. This key encrypts or wraps the key under export for TR-31 key block generation.- Parameters:
 wrappingKeyIdentifier- TheKeyARNof the the wrapping key. This key encrypts or wraps the key under export for TR-31 key block generation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -