Interface ImportTr31KeyBlock.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ImportTr31KeyBlock.Builder,,ImportTr31KeyBlock> SdkBuilder<ImportTr31KeyBlock.Builder,,ImportTr31KeyBlock> SdkPojo
- Enclosing class:
 ImportTr31KeyBlock
public static interface ImportTr31KeyBlock.Builder
extends SdkPojo, CopyableBuilder<ImportTr31KeyBlock.Builder,ImportTr31KeyBlock> 
- 
Method Summary
Modifier and TypeMethodDescriptionwrappedKeyBlock(String wrappedKeyBlock) The TR-31 wrapped key block to import.wrappingKeyIdentifier(String wrappingKeyIdentifier) TheKeyARNof the key that will decrypt or unwrap a TR-31 key block during import.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 key that will decrypt or unwrap a TR-31 key block during import.- Parameters:
 wrappingKeyIdentifier- TheKeyARNof the key that will decrypt or unwrap a TR-31 key block during import.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
wrappedKeyBlock
The TR-31 wrapped key block to import.
- Parameters:
 wrappedKeyBlock- The TR-31 wrapped key block to import.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -