Interface Attestation.UpdateStages.WithMetadata

All Known Subinterfaces:
Attestation.Update
Enclosing interface:
Attestation.UpdateStages

public static interface Attestation.UpdateStages.WithMetadata
The stage of the Attestation update allowing to specify metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMetadata(Object metadata)
    Specifies the metadata property: Additional metadata for this attestation.
  • Method Details

    • withMetadata

      Attestation.Update withMetadata(Object metadata)
      Specifies the metadata property: Additional metadata for this attestation.
      Parameters:
      metadata - Additional metadata for this attestation.
      Returns:
      the next definition stage.