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) TheKeyARN
of the the wrapping key.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 Details
-
wrappingKeyIdentifier
The
KeyARN
of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key block generation.- Parameters:
wrappingKeyIdentifier
- TheKeyARN
of 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.
-