Interface Attestation.UpdateStages.WithEvidence

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

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

    Modifier and Type
    Method
    Description
    Specifies the evidence property: The evidence supporting the compliance state set in this attestation..
  • Method Details

    • withEvidence

      Attestation.Update withEvidence(List<AttestationEvidence> evidence)
      Specifies the evidence property: The evidence supporting the compliance state set in this attestation..
      Parameters:
      evidence - The evidence supporting the compliance state set in this attestation.
      Returns:
      the next definition stage.