Class RevocationStatus.Builder
- java.lang.Object
-
- com.oracle.bmc.certificates.model.RevocationStatus.Builder
-
- Enclosing class:
- RevocationStatus
public static class RevocationStatus.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevocationStatus
build()
RevocationStatus.Builder
copy(RevocationStatus model)
RevocationStatus.Builder
revocationReason(RevocationReason revocationReason)
The reason that the certificate or CA was revoked.RevocationStatus.Builder
timeRevoked(Date timeRevoked)
The time when the certificate or CA was revoked.
-
-
-
Method Detail
-
timeRevoked
public RevocationStatus.Builder timeRevoked(Date timeRevoked)
The time when the certificate or CA was revoked.- Parameters:
timeRevoked
- the value to set- Returns:
- this builder
-
revocationReason
public RevocationStatus.Builder revocationReason(RevocationReason revocationReason)
The reason that the certificate or CA was revoked.- Parameters:
revocationReason
- the value to set- Returns:
- this builder
-
build
public RevocationStatus build()
-
copy
public RevocationStatus.Builder copy(RevocationStatus model)
-
-