@Stability(value=Stable) public static final class CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestination.DimensionConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationSetEventDestination.DimensionConfigurationProperty |
build()
Builds the configured instance.
|
CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder |
defaultDimensionValue(String defaultDimensionValue)
|
CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder |
dimensionName(String dimensionName)
|
CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder |
dimensionValueSource(String dimensionValueSource)
|
@Stability(value=Stable) public CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder defaultDimensionValue(String defaultDimensionValue)
CfnConfigurationSetEventDestination.DimensionConfigurationProperty.getDefaultDimensionValue()defaultDimensionValue - The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. This parameter is required.
The default value must meet the following requirements:
this@Stability(value=Stable) public CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder dimensionName(String dimensionName)
CfnConfigurationSetEventDestination.DimensionConfigurationProperty.getDimensionName()dimensionName - The name of an Amazon CloudWatch dimension associated with an email sending metric. This parameter is required.
The name must meet the following requirements:
this@Stability(value=Stable) public CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder dimensionValueSource(String dimensionValueSource)
CfnConfigurationSetEventDestination.DimensionConfigurationProperty.getDimensionValueSource()dimensionValueSource - The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. This parameter is required.
To use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail / SendRawEmail API, specify messageTag . To use your own email headers, specify emailHeader . To put a custom tag on any link included in your email, specify linkTag .this@Stability(value=Stable) public CfnConfigurationSetEventDestination.DimensionConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnConfigurationSetEventDestination.DimensionConfigurationProperty>CfnConfigurationSetEventDestination.DimensionConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.