Class CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty>
- Enclosing interface:
CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty
@Stability(Stable)
public static final class CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.finalAutoActivation(String finalAutoActivation) firstAutoActivation(String firstAutoActivation)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
finalAutoActivation
@Stability(Stable) public CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty.Builder finalAutoActivation(String finalAutoActivation) Sets the value ofCfnCertificateAuthorityPropsMixin.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 CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty.Builder firstAutoActivation(String firstAutoActivation) Sets the value ofCfnCertificateAuthorityPropsMixin.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<CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty>- Returns:
- a new instance of
CfnCertificateAuthorityPropsMixin.ScheduledEventsProperty - Throws:
NullPointerException- if any required attribute was not provided
-