Interface ExpiryEventsConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExpiryEventsConfiguration.Builder,,- ExpiryEventsConfiguration> - SdkBuilder<ExpiryEventsConfiguration.Builder,,- ExpiryEventsConfiguration> - SdkPojo
- Enclosing class:
- ExpiryEventsConfiguration
@Mutable
@NotThreadSafe
public static interface ExpiryEventsConfiguration.Builder
extends SdkPojo, CopyableBuilder<ExpiryEventsConfiguration.Builder,ExpiryEventsConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondaysBeforeExpiry(Integer daysBeforeExpiry) Specifies the number of days prior to certificate expiration when ACM starts generatingEventBridgeevents.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
daysBeforeExpirySpecifies the number of days prior to certificate expiration when ACM starts generating EventBridgeevents. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.- Parameters:
- daysBeforeExpiry- Specifies the number of days prior to certificate expiration when ACM starts generating- EventBridgeevents. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-