public static final class CfnConfigurationSet.ReputationOptionsProperty.Builder
extends java.lang.Object
CfnConfigurationSet.ReputationOptionsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConfigurationSet.ReputationOptionsProperty |
build()
Builds the configured instance.
|
CfnConfigurationSet.ReputationOptionsProperty.Builder |
reputationMetricsEnabled(java.lang.Boolean reputationMetricsEnabled)
|
CfnConfigurationSet.ReputationOptionsProperty.Builder |
reputationMetricsEnabled(IResolvable reputationMetricsEnabled)
|
public CfnConfigurationSet.ReputationOptionsProperty.Builder reputationMetricsEnabled(java.lang.Boolean reputationMetricsEnabled)
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 is true
, reputation metrics are published. If the value is false
, reputation metrics are not published. The default value is false
.this
public CfnConfigurationSet.ReputationOptionsProperty.Builder reputationMetricsEnabled(IResolvable reputationMetricsEnabled)
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 is true
, reputation metrics are published. If the value is false
, reputation metrics are not published. The default value is false
.this
public CfnConfigurationSet.ReputationOptionsProperty build()
CfnConfigurationSet.ReputationOptionsProperty
java.lang.NullPointerException
- if any required attribute was not provided