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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WrappedKey.BuilderkeyMaterial(String keyMaterial)Parameter information for generating a wrapped key using TR-31 or TR-34 standard.WrappedKey.BuilderwrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)The key block format of a wrapped key.WrappedKey.BuilderwrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)The key block format of a wrapped key.WrappedKey.BuilderwrappingKeyArn(String wrappingKeyArn)TheKeyARNof 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 Detail
-
keyMaterial
WrappedKey.Builder keyMaterial(String 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
WrappedKey.Builder wrappedKeyMaterialFormat(String 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,WrappedKeyMaterialFormat
-
wrappedKeyMaterialFormat
WrappedKey.Builder wrappedKeyMaterialFormat(WrappedKeyMaterialFormat 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,WrappedKeyMaterialFormat
-
wrappingKeyArn
WrappedKey.Builder wrappingKeyArn(String wrappingKeyArn)
The
KeyARNof the wrapped key.- Parameters:
wrappingKeyArn- TheKeyARNof the wrapped key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-