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 Details

    • 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

      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:
    • wrappingKeyArn

      WrappedKey.Builder wrappingKeyArn(String wrappingKeyArn)

      The KeyARN of the wrapped key.

      Parameters:
      wrappingKeyArn - The KeyARN of the wrapped key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.