Interface OutgoingTr31KeyBlock.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutgoingTr31KeyBlock.Builder,
,OutgoingTr31KeyBlock> SdkBuilder<OutgoingTr31KeyBlock.Builder,
,OutgoingTr31KeyBlock> SdkPojo
- Enclosing class:
OutgoingTr31KeyBlock
@Mutable
@NotThreadSafe
public static interface OutgoingTr31KeyBlock.Builder
extends SdkPojo, CopyableBuilder<OutgoingTr31KeyBlock.Builder,OutgoingTr31KeyBlock>
-
Method Summary
Modifier and TypeMethodDescriptionwrappingKeyIdentifier
(String wrappingKeyIdentifier) ThekeyARN
of the KEK used to wrap the transaction 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, sdkFieldNameToField, sdkFields
-
Method Details
-
wrappingKeyIdentifier
The
keyARN
of the KEK used to wrap the transaction key.- Parameters:
wrappingKeyIdentifier
- ThekeyARN
of the KEK used to wrap the transaction key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-