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) ThekeyARNof the KEK used to wrap the transaction key.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, sdkFieldNameToField, sdkFields
-
Method Details
-
wrappingKeyIdentifier
The
keyARNof the KEK used to wrap the transaction key.- Parameters:
wrappingKeyIdentifier- ThekeyARNof the KEK used to wrap the transaction key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-