Class CfnVdmAttributes.DashboardAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnVdmAttributes.DashboardAttributesProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnVdmAttributes.DashboardAttributesProperty>
- Enclosing interface:
 CfnVdmAttributes.DashboardAttributesProperty
@Stability(Stable)
public static final class CfnVdmAttributes.DashboardAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVdmAttributes.DashboardAttributesProperty>
A builder for 
CfnVdmAttributes.DashboardAttributesProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.engagementMetrics(String engagementMetrics) Sets the value ofCfnVdmAttributes.DashboardAttributesProperty.getEngagementMetrics() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
engagementMetrics
@Stability(Stable) public CfnVdmAttributes.DashboardAttributesProperty.Builder engagementMetrics(String engagementMetrics) Sets the value ofCfnVdmAttributes.DashboardAttributesProperty.getEngagementMetrics()- 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<CfnVdmAttributes.DashboardAttributesProperty>- Returns:
 - a new instance of 
CfnVdmAttributes.DashboardAttributesProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -