Interface WrappedKeyMaterial.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WrappedKeyMaterial.Builder,
,WrappedKeyMaterial> SdkBuilder<WrappedKeyMaterial.Builder,
,WrappedKeyMaterial> SdkPojo
- Enclosing class:
WrappedKeyMaterial
public static interface WrappedKeyMaterial.Builder
extends SdkPojo, CopyableBuilder<WrappedKeyMaterial.Builder,WrappedKeyMaterial>
-
Method Summary
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
-
tr31KeyBlock
The TR-31 wrapped key block.
- Parameters:
tr31KeyBlock
- The TR-31 wrapped key block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-