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