Interface Attestation.UpdateStages.WithExpiresOn

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

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

    Modifier and Type
    Method
    Description
    Specifies the expiresOn property: The time the compliance state should expire..
  • Method Details

    • withExpiresOn

      Attestation.Update withExpiresOn(OffsetDateTime expiresOn)
      Specifies the expiresOn property: The time the compliance state should expire..
      Parameters:
      expiresOn - The time the compliance state should expire.
      Returns:
      the next definition stage.