@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 don't provide the value of the dimension when you send an email. This parameter is required.
This value has to meet the following criteria:
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 has to meet the following criteria:
this@Stability(value=Stable) public CfnConfigurationSetEventDestination.DimensionConfigurationProperty.Builder dimensionValueSource(String dimensionValueSource)
CfnConfigurationSetEventDestination.DimensionConfigurationProperty.getDimensionValueSource()dimensionValueSource - The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch. This parameter is required.
Acceptable values: MESSAGE_TAG , EMAIL_HEADER , and LINK_TAG .
If you want Amazon Pinpoint to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail API, choose MESSAGE_TAG . If you want Amazon Pinpoint to use your own email headers, choose EMAIL_HEADER . If you want Amazon Pinpoint to use tags that are specified in your links, choose LINK_TAG .
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.