Class CfnAccountMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.certificatemanager.CfnAccountMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccountMixinProps>
- Enclosing interface:
CfnAccountMixinProps
@Stability(Stable)
public static final class CfnAccountMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccountMixinProps>
A builder for
CfnAccountMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.expiryEventsConfiguration(CfnAccountPropsMixin.ExpiryEventsConfigurationProperty expiryEventsConfiguration) Sets the value ofCfnAccountMixinProps.getExpiryEventsConfiguration()expiryEventsConfiguration(IResolvable expiryEventsConfiguration) Sets the value ofCfnAccountMixinProps.getExpiryEventsConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
expiryEventsConfiguration
@Stability(Stable) public CfnAccountMixinProps.Builder expiryEventsConfiguration(IResolvable expiryEventsConfiguration) Sets the value ofCfnAccountMixinProps.getExpiryEventsConfiguration()- Parameters:
expiryEventsConfiguration- Object containing expiration events options associated with an AWS account . For more information, see ExpiryEventsConfiguration in the API reference.- Returns:
this
-
expiryEventsConfiguration
@Stability(Stable) public CfnAccountMixinProps.Builder expiryEventsConfiguration(CfnAccountPropsMixin.ExpiryEventsConfigurationProperty expiryEventsConfiguration) Sets the value ofCfnAccountMixinProps.getExpiryEventsConfiguration()- Parameters:
expiryEventsConfiguration- Object containing expiration events options associated with an AWS account . For more information, see ExpiryEventsConfiguration in the API reference.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccountMixinProps>- Returns:
- a new instance of
CfnAccountMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-