Class CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty>
- Enclosing interface:
CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty
@Stability(Stable)
public static final class CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dimensionConfigurations(List<? extends Object> dimensionConfigurations) dimensionConfigurations(IResolvable dimensionConfigurations)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dimensionConfigurations
@Stability(Stable) public CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty.Builder dimensionConfigurations(IResolvable dimensionConfigurations) Sets the value ofCfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty.getDimensionConfigurations()- Parameters:
dimensionConfigurations- An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.- Returns:
this
-
dimensionConfigurations
@Stability(Stable) public CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty.Builder dimensionConfigurations(List<? extends Object> dimensionConfigurations) Sets the value ofCfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty.getDimensionConfigurations()- Parameters:
dimensionConfigurations- An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.- Returns:
this
-
build
@Stability(Stable) public CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty>- Returns:
- a new instance of
CfnConfigurationSetEventDestinationPropsMixin.CloudWatchDestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-