Interface OutgoingKeyMaterial.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutgoingKeyMaterial.Builder,
,OutgoingKeyMaterial> SdkBuilder<OutgoingKeyMaterial.Builder,
,OutgoingKeyMaterial> SdkPojo
- Enclosing class:
OutgoingKeyMaterial
@Mutable
@NotThreadSafe
public static interface OutgoingKeyMaterial.Builder
extends SdkPojo, CopyableBuilder<OutgoingKeyMaterial.Builder,OutgoingKeyMaterial>
-
Method Summary
Modifier and TypeMethodDescriptiondefault OutgoingKeyMaterial.Builder
tr31KeyBlock
(Consumer<OutgoingTr31KeyBlock.Builder> tr31KeyBlock) Parameter information of the TR31WrappedKeyBlock containing the transaction key wrapped using a KEK.tr31KeyBlock
(OutgoingTr31KeyBlock tr31KeyBlock) Parameter information of the TR31WrappedKeyBlock containing the transaction key wrapped using a KEK.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
-
tr31KeyBlock
Parameter information of the TR31WrappedKeyBlock containing the transaction key wrapped using a KEK.
- Parameters:
tr31KeyBlock
- Parameter information of the TR31WrappedKeyBlock containing the transaction key wrapped using a KEK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tr31KeyBlock
default OutgoingKeyMaterial.Builder tr31KeyBlock(Consumer<OutgoingTr31KeyBlock.Builder> tr31KeyBlock) Parameter information of the TR31WrappedKeyBlock containing the transaction key wrapped using a KEK.
This is a convenience method that creates an instance of theOutgoingTr31KeyBlock.Builder
avoiding the need to create one manually viaOutgoingTr31KeyBlock.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totr31KeyBlock(OutgoingTr31KeyBlock)
.- Parameters:
tr31KeyBlock
- a consumer that will call methods onOutgoingTr31KeyBlock.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-