Class CfnCertificateAuthority.ScheduledEventsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.eks.CfnCertificateAuthority.ScheduledEventsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificateAuthority.ScheduledEventsProperty>
- Enclosing interface:
CfnCertificateAuthority.ScheduledEventsProperty
@Stability(Stable)
public static final class CfnCertificateAuthority.ScheduledEventsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificateAuthority.ScheduledEventsProperty>
A builder for
CfnCertificateAuthority.ScheduledEventsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.finalAutoActivation(String finalAutoActivation) Sets the value ofCfnCertificateAuthority.ScheduledEventsProperty.getFinalAutoActivation()firstAutoActivation(String firstAutoActivation) Sets the value ofCfnCertificateAuthority.ScheduledEventsProperty.getFirstAutoActivation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
finalAutoActivation
@Stability(Stable) public CfnCertificateAuthority.ScheduledEventsProperty.Builder finalAutoActivation(String finalAutoActivation) Sets the value ofCfnCertificateAuthority.ScheduledEventsProperty.getFinalAutoActivation()- Parameters:
finalAutoActivation- The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).- Returns:
this
-
firstAutoActivation
@Stability(Stable) public CfnCertificateAuthority.ScheduledEventsProperty.Builder firstAutoActivation(String firstAutoActivation) Sets the value ofCfnCertificateAuthority.ScheduledEventsProperty.getFirstAutoActivation()- Parameters:
firstAutoActivation- The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCertificateAuthority.ScheduledEventsProperty>- Returns:
- a new instance of
CfnCertificateAuthority.ScheduledEventsProperty - Throws:
NullPointerException- if any required attribute was not provided
-