Class CfnAccountPropsMixin.ExpiryEventsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.certificatemanager.CfnAccountPropsMixin.ExpiryEventsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccountPropsMixin.ExpiryEventsConfigurationProperty>
- Enclosing interface:
CfnAccountPropsMixin.ExpiryEventsConfigurationProperty
@Stability(Stable)
public static final class CfnAccountPropsMixin.ExpiryEventsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccountPropsMixin.ExpiryEventsConfigurationProperty>
A builder for
CfnAccountPropsMixin.ExpiryEventsConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.daysBeforeExpiry(Number daysBeforeExpiry)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
daysBeforeExpiry
@Stability(Stable) public CfnAccountPropsMixin.ExpiryEventsConfigurationProperty.Builder daysBeforeExpiry(Number daysBeforeExpiry) - Parameters:
daysBeforeExpiry- This option specifies the number of days prior to certificate expiration when ACM starts generatingEventBridgeevents. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccountPropsMixin.ExpiryEventsConfigurationProperty>- Returns:
- a new instance of
CfnAccountPropsMixin.ExpiryEventsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-