@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; useful for testing and debugging.
|
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:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
dimensionName
- The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
public String getDimensionName()
The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
public CloudWatchDimensionConfiguration withDimensionName(String dimensionName)
The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
dimensionName
- The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
public void setDimensionValueSource(String dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES
to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the
SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to
use your own email headers, choose emailHeader
.
dimensionValueSource
- The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want
Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a
parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If
you want Amazon SES to use your own email headers, choose emailHeader
.DimensionValueSource
public String getDimensionValueSource()
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES
to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the
SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to
use your own email headers, choose emailHeader
.
X-SES-MESSAGE-TAGS
header or a
parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If
you want Amazon SES to use your own email headers, choose emailHeader
.DimensionValueSource
public CloudWatchDimensionConfiguration withDimensionValueSource(String dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES
to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the
SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to
use your own email headers, choose emailHeader
.
dimensionValueSource
- The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want
Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a
parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If
you want Amazon SES to use your own email headers, choose emailHeader
.DimensionValueSource
public void setDimensionValueSource(DimensionValueSource dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES
to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the
SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to
use your own email headers, choose emailHeader
.
dimensionValueSource
- The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want
Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a
parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If
you want Amazon SES to use your own email headers, choose emailHeader
.DimensionValueSource
public CloudWatchDimensionConfiguration withDimensionValueSource(DimensionValueSource dimensionValueSource)
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES
to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the
SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to
use your own email headers, choose emailHeader
.
dimensionValueSource
- The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want
Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a
parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If
you want Amazon SES to use your own email headers, choose emailHeader
.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:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
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:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
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:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
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:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
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:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
public String toString()
toString
in class Object
Object.toString()
public CloudWatchDimensionConfiguration clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.