Interface WrappedKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WrappedKey.Builder,
,WrappedKey> SdkBuilder<WrappedKey.Builder,
,WrappedKey> SdkPojo
- Enclosing class:
WrappedKey
public static interface WrappedKey.Builder
extends SdkPojo, CopyableBuilder<WrappedKey.Builder,WrappedKey>
-
Method Summary
Modifier and TypeMethodDescriptionkeyMaterial
(String keyMaterial) Parameter information for generating a wrapped key using TR-31 or TR-34 standard.wrappedKeyMaterialFormat
(String wrappedKeyMaterialFormat) The key block format of a wrapped key.wrappedKeyMaterialFormat
(WrappedKeyMaterialFormat wrappedKeyMaterialFormat) The key block format of a wrapped key.wrappingKeyArn
(String wrappingKeyArn) TheKeyARN
of the wrapped 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
-
keyMaterial
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
- Parameters:
keyMaterial
- Parameter information for generating a wrapped key using TR-31 or TR-34 standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wrappedKeyMaterialFormat
The key block format of a wrapped key.
- Parameters:
wrappedKeyMaterialFormat
- The key block format of a wrapped key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wrappedKeyMaterialFormat
The key block format of a wrapped key.
- Parameters:
wrappedKeyMaterialFormat
- The key block format of a wrapped key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wrappingKeyArn
The
KeyARN
of the wrapped key.- Parameters:
wrappingKeyArn
- TheKeyARN
of the wrapped key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-