Class RevocationStatus.Builder
- java.lang.Object
- 
- com.oracle.bmc.certificatesmanagement.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 the certificate or certificate authority (CA) was revoked.RevocationStatus.BuildertimeOfRevocation(Date timeOfRevocation)The time when the entity was revoked, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
timeOfRevocationpublic RevocationStatus.Builder timeOfRevocation(Date timeOfRevocation) The time when the entity was revoked, expressed in RFC 3339 timestamp format.Example: 2019-04-03T21:10:29.600Z - Parameters:
- timeOfRevocation- the value to set
- Returns:
- this builder
 
 - 
revocationReasonpublic RevocationStatus.Builder revocationReason(RevocationReason revocationReason) The reason the certificate or certificate authority (CA) was revoked.- Parameters:
- revocationReason- the value to set
- Returns:
- this builder
 
 - 
buildpublic RevocationStatus build() 
 - 
copypublic RevocationStatus.Builder copy(RevocationStatus model) 
 
- 
 
-