Class CfnConfigurationSet.ReputationOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnConfigurationSet.ReputationOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSet.ReputationOptionsProperty>
- Enclosing interface:
CfnConfigurationSet.ReputationOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSet.ReputationOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSet.ReputationOptionsProperty>
A builder for
CfnConfigurationSet.ReputationOptionsProperty
-
Constructor Summary
-
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 CfnConfigurationSet.ReputationOptionsProperty.Builder reputationMetricsEnabled(Boolean reputationMetricsEnabled) - Parameters:
reputationMetricsEnabled
- Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch. If the value istrue
, reputation metrics are published. If the value isfalse
, reputation metrics are not published. The default value isfalse
.- Returns:
this
-
reputationMetricsEnabled
@Stability(Stable) public CfnConfigurationSet.ReputationOptionsProperty.Builder reputationMetricsEnabled(IResolvable reputationMetricsEnabled) - Parameters:
reputationMetricsEnabled
- Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch. If the value istrue
, reputation metrics are published. If the value isfalse
, reputation metrics are not published. The default value isfalse
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfigurationSet.ReputationOptionsProperty>
- Returns:
- a new instance of
CfnConfigurationSet.ReputationOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-