@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExpiryEventsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Object containing expiration events options associated with an Amazon Web Services account.
Constructor and Description |
---|
ExpiryEventsConfiguration() |
Modifier and Type | Method and Description |
---|---|
ExpiryEventsConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getDaysBeforeExpiry()
Specifies the number of days prior to certificate expiration when ACM starts generating
EventBridge
events. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDaysBeforeExpiry(Integer daysBeforeExpiry)
Specifies the number of days prior to certificate expiration when ACM starts generating
EventBridge
events. |
String |
toString()
Returns a string representation of this object.
|
ExpiryEventsConfiguration |
withDaysBeforeExpiry(Integer daysBeforeExpiry)
Specifies the number of days prior to certificate expiration when ACM starts generating
EventBridge
events. |
public void setDaysBeforeExpiry(Integer daysBeforeExpiry)
Specifies the number of days prior to certificate expiration when ACM starts generating EventBridge
events. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive
events starting 45 days before certificate expiration.
daysBeforeExpiry
- Specifies the number of days prior to certificate expiration when ACM starts generating
EventBridge
events. ACM sends one event per day per certificate until the certificate
expires. By default, accounts receive events starting 45 days before certificate expiration.public Integer getDaysBeforeExpiry()
Specifies the number of days prior to certificate expiration when ACM starts generating EventBridge
events. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive
events starting 45 days before certificate expiration.
EventBridge
events. ACM sends one event per day per certificate until the certificate
expires. By default, accounts receive events starting 45 days before certificate expiration.public ExpiryEventsConfiguration withDaysBeforeExpiry(Integer daysBeforeExpiry)
Specifies the number of days prior to certificate expiration when ACM starts generating EventBridge
events. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive
events starting 45 days before certificate expiration.
daysBeforeExpiry
- Specifies the number of days prior to certificate expiration when ACM starts generating
EventBridge
events. ACM sends one event per day per certificate until the certificate
expires. By default, accounts receive events starting 45 days before certificate expiration.public String toString()
toString
in class Object
Object.toString()
public ExpiryEventsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.