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