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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportTr31KeyBlock.BuilderwrappedKeyBlock(String wrappedKeyBlock)The TR-31 wrapped key block to import.ImportTr31KeyBlock.BuilderwrappingKeyIdentifier(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
wrappedKeyBlock
ImportTr31KeyBlock.Builder wrappedKeyBlock(String 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.
-
wrappingKeyIdentifier
ImportTr31KeyBlock.Builder wrappingKeyIdentifier(String 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.
-
-