Class CertificateRenewalRule.Builder
- java.lang.Object
-
- com.oracle.bmc.certificatesmanagement.model.CertificateRenewalRule.Builder
-
- Enclosing class:
- CertificateRenewalRule
public static class CertificateRenewalRule.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateRenewalRule.Builder
advanceRenewalPeriod(String advanceRenewalPeriod)
A property specifying the period of time, in days, before the certificate’s targeted renewal that the process should occur.CertificateRenewalRule
build()
CertificateRenewalRule.Builder
copy(CertificateRenewalRule model)
CertificateRenewalRule.Builder
renewalInterval(String renewalInterval)
A property specifying how often, in days, a certificate should be renewed.
-
-
-
Method Detail
-
renewalInterval
public CertificateRenewalRule.Builder renewalInterval(String renewalInterval)
A property specifying how often, in days, a certificate should be renewed.Expressed in ISO 8601 format.
- Parameters:
renewalInterval
- the value to set- Returns:
- this builder
-
advanceRenewalPeriod
public CertificateRenewalRule.Builder advanceRenewalPeriod(String advanceRenewalPeriod)
A property specifying the period of time, in days, before the certificate’s targeted renewal that the process should occur.Expressed in ISO 8601 format.
- Parameters:
advanceRenewalPeriod
- the value to set- Returns:
- this builder
-
build
public CertificateRenewalRule build()
-
copy
public CertificateRenewalRule.Builder copy(CertificateRenewalRule model)
-
-