Interface ImportTr31KeyBlock.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ImportTr31KeyBlock.Builder,,- ImportTr31KeyBlock> - SdkBuilder<ImportTr31KeyBlock.Builder,,- ImportTr31KeyBlock> - SdkPojo
- Enclosing class:
- ImportTr31KeyBlock
@Mutable
@NotThreadSafe
public static interface ImportTr31KeyBlock.Builder
extends SdkPojo, CopyableBuilder<ImportTr31KeyBlock.Builder,ImportTr31KeyBlock> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
wrappingKeyIdentifierThe KeyARNof the key that will decrypt or unwrap a TR-31 key block during import.- Parameters:
- wrappingKeyIdentifier- The- KeyARNof 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.
 
- 
wrappedKeyBlockThe 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.
 
 
-