Class CfnVdmAttributesPropsMixin.DashboardAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnVdmAttributesPropsMixin.DashboardAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVdmAttributesPropsMixin.DashboardAttributesProperty>
- Enclosing interface:
CfnVdmAttributesPropsMixin.DashboardAttributesProperty
@Stability(Stable)
public static final class CfnVdmAttributesPropsMixin.DashboardAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVdmAttributesPropsMixin.DashboardAttributesProperty>
A builder for
CfnVdmAttributesPropsMixin.DashboardAttributesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.engagementMetrics(String engagementMetrics)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
engagementMetrics
@Stability(Stable) public CfnVdmAttributesPropsMixin.DashboardAttributesProperty.Builder engagementMetrics(String engagementMetrics) - Parameters:
engagementMetrics- Specifies the status of your VDM engagement metrics collection. Can be one of the following:.ENABLED– Amazon SES enables engagement metrics for your account.DISABLED– Amazon SES disables engagement metrics for your account.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVdmAttributesPropsMixin.DashboardAttributesProperty>- Returns:
- a new instance of
CfnVdmAttributesPropsMixin.DashboardAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-