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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attestation.Update
withExpiresOn(OffsetDateTime expiresOn)
Specifies the expiresOn property: The time the compliance state should expire..
-
-
-
Method Detail
-
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.
-
-