@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudWatchDimensionConfiguration extends Object implements Serializable, Cloneable
Contains the dimension configuration to use when you publish email sending events to Amazon CloudWatch.
For information about publishing email sending events to Amazon CloudWatch, see the Amazon SES Developer Guide.
Constructor and Description |
---|
CloudWatchDimensionConfiguration() |
Modifier and Type | Method and Description |
---|---|
CloudWatchDimensionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultDimensionValue()
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.
|
String |
getDimensionName()
The name of an Amazon CloudWatch dimension associated with an email sending metric.
|
String |
getDimensionValueSource()
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.
|
int |
hashCode() |
void |
setDefaultDimensionValue(String 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.
|
void |
setDimensionName(String dimensionName)
The name of an Amazon CloudWatch dimension associated with an email sending metric.
|
void |
setDimensionValueSource(DimensionValueSource dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.
|
void |
setDimensionValueSource(String dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.
|
String |
toString()
Returns a string representation of this object.
|
CloudWatchDimensionConfiguration |
withDefaultDimensionValue(String 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.
|
CloudWatchDimensionConfiguration |
withDimensionName(String dimensionName)
The name of an Amazon CloudWatch dimension associated with an email sending metric.
|
CloudWatchDimensionConfiguration |
withDimensionValueSource(DimensionValueSource dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.
|
CloudWatchDimensionConfiguration |
withDimensionValueSource(String dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch.
|
public void setDimensionName(String dimensionName)
The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), or colons (:).
Contain 256 characters or fewer.
dimensionName
- The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must meet the
following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), or colons (:).
Contain 256 characters or fewer.
public String getDimensionName()
The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), or colons (:).
Contain 256 characters or fewer.
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), or colons (:).
Contain 256 characters or fewer.
public CloudWatchDimensionConfiguration withDimensionName(String dimensionName)
The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), or colons (:).
Contain 256 characters or fewer.
dimensionName
- The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must meet the
following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), or colons (:).
Contain 256 characters or fewer.
public void setDimensionValueSource(String dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. 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
.
dimensionValueSource
- The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. 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
.DimensionValueSource
public String getDimensionValueSource()
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. 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
.
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
.DimensionValueSource
public CloudWatchDimensionConfiguration withDimensionValueSource(String dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. 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
.
dimensionValueSource
- The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. 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
.DimensionValueSource
public void setDimensionValueSource(DimensionValueSource dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. 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
.
dimensionValueSource
- The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. 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
.DimensionValueSource
public CloudWatchDimensionConfiguration withDimensionValueSource(DimensionValueSource dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. 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
.
dimensionValueSource
- The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. 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
.DimensionValueSource
public void setDefaultDimensionValue(String 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. The default value must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), at signs (@), or periods (.).
Contain 256 characters or fewer.
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. The default value must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), at signs (@), or periods (.).
Contain 256 characters or fewer.
public String getDefaultDimensionValue()
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. The default value must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), at signs (@), or periods (.).
Contain 256 characters or fewer.
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), at signs (@), or periods (.).
Contain 256 characters or fewer.
public CloudWatchDimensionConfiguration withDefaultDimensionValue(String 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. The default value must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), at signs (@), or periods (.).
Contain 256 characters or fewer.
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. The default value must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), at signs (@), or periods (.).
Contain 256 characters or fewer.
public String toString()
toString
in class Object
Object.toString()
public CloudWatchDimensionConfiguration clone()