Class CfnConfigurationSetPropsMixin.ReputationOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetPropsMixin.ReputationOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.ReputationOptionsProperty>
- Enclosing interface:
CfnConfigurationSetPropsMixin.ReputationOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSetPropsMixin.ReputationOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.ReputationOptionsProperty>
A builder for
CfnConfigurationSetPropsMixin.ReputationOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.reputationMetricsEnabled(Boolean reputationMetricsEnabled) reputationMetricsEnabled(IResolvable reputationMetricsEnabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
reputationMetricsEnabled
@Stability(Stable) public CfnConfigurationSetPropsMixin.ReputationOptionsProperty.Builder reputationMetricsEnabled(Boolean reputationMetricsEnabled) Sets the value ofCfnConfigurationSetPropsMixin.ReputationOptionsProperty.getReputationMetricsEnabled()- Parameters:
reputationMetricsEnabled- Iftrue, tracking of reputation metrics is enabled for the configuration set. Iffalse, tracking of reputation metrics is disabled for the configuration set.- Returns:
this
-
reputationMetricsEnabled
@Stability(Stable) public CfnConfigurationSetPropsMixin.ReputationOptionsProperty.Builder reputationMetricsEnabled(IResolvable reputationMetricsEnabled) Sets the value ofCfnConfigurationSetPropsMixin.ReputationOptionsProperty.getReputationMetricsEnabled()- Parameters:
reputationMetricsEnabled- Iftrue, tracking of reputation metrics is enabled for the configuration set. Iffalse, tracking of reputation metrics is disabled for the configuration set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.ReputationOptionsProperty>- Returns:
- a new instance of
CfnConfigurationSetPropsMixin.ReputationOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-