@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutEmailIdentityDkimSigningAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to change the DKIM attributes for an email identity.
NOOP
Constructor and Description |
---|
PutEmailIdentityDkimSigningAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
PutEmailIdentityDkimSigningAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEmailIdentity()
The email identity that you want to configure DKIM for.
|
DkimSigningAttributes |
getSigningAttributes()
An object that contains information about the private key and selector that you want to use to configure DKIM for
the identity.
|
String |
getSigningAttributesOrigin()
The method that you want to use to configure DKIM for the identity.
|
int |
hashCode() |
void |
setEmailIdentity(String emailIdentity)
The email identity that you want to configure DKIM for.
|
void |
setSigningAttributes(DkimSigningAttributes signingAttributes)
An object that contains information about the private key and selector that you want to use to configure DKIM for
the identity.
|
void |
setSigningAttributesOrigin(String signingAttributesOrigin)
The method that you want to use to configure DKIM for the identity.
|
String |
toString()
Returns a string representation of this object.
|
PutEmailIdentityDkimSigningAttributesRequest |
withEmailIdentity(String emailIdentity)
The email identity that you want to configure DKIM for.
|
PutEmailIdentityDkimSigningAttributesRequest |
withSigningAttributes(DkimSigningAttributes signingAttributes)
An object that contains information about the private key and selector that you want to use to configure DKIM for
the identity.
|
PutEmailIdentityDkimSigningAttributesRequest |
withSigningAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)
The method that you want to use to configure DKIM for the identity.
|
PutEmailIdentityDkimSigningAttributesRequest |
withSigningAttributesOrigin(String signingAttributesOrigin)
The method that you want to use to configure DKIM for the identity.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public PutEmailIdentityDkimSigningAttributesRequest()
public void setEmailIdentity(String emailIdentity)
The email identity that you want to configure DKIM for.
emailIdentity
- The email identity that you want to configure DKIM for.public String getEmailIdentity()
The email identity that you want to configure DKIM for.
public PutEmailIdentityDkimSigningAttributesRequest withEmailIdentity(String emailIdentity)
The email identity that you want to configure DKIM for.
emailIdentity
- The email identity that you want to configure DKIM for.public void setSigningAttributesOrigin(String signingAttributesOrigin)
The method that you want to use to configure DKIM for the identity. There are two possible values:
AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
signingAttributesOrigin
- The method that you want to use to configure DKIM for the identity. There are two possible values:
AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
DkimSigningAttributesOrigin
public String getSigningAttributesOrigin()
The method that you want to use to configure DKIM for the identity. There are two possible values:
AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
DkimSigningAttributesOrigin
public PutEmailIdentityDkimSigningAttributesRequest withSigningAttributesOrigin(String signingAttributesOrigin)
The method that you want to use to configure DKIM for the identity. There are two possible values:
AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
signingAttributesOrigin
- The method that you want to use to configure DKIM for the identity. There are two possible values:
AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
DkimSigningAttributesOrigin
public PutEmailIdentityDkimSigningAttributesRequest withSigningAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)
The method that you want to use to configure DKIM for the identity. There are two possible values:
AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
signingAttributesOrigin
- The method that you want to use to configure DKIM for the identity. There are two possible values:
AWS_SES
– Configure DKIM for the identity by using Easy DKIM.
EXTERNAL
– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
DkimSigningAttributesOrigin
public void setSigningAttributes(DkimSigningAttributes signingAttributes)
An object that contains information about the private key and selector that you want to use to configure DKIM for the identity. This object is only required if you want to configure Bring Your Own DKIM (BYODKIM) for the identity.
signingAttributes
- An object that contains information about the private key and selector that you want to use to configure
DKIM for the identity. This object is only required if you want to configure Bring Your Own DKIM (BYODKIM)
for the identity.public DkimSigningAttributes getSigningAttributes()
An object that contains information about the private key and selector that you want to use to configure DKIM for the identity. This object is only required if you want to configure Bring Your Own DKIM (BYODKIM) for the identity.
public PutEmailIdentityDkimSigningAttributesRequest withSigningAttributes(DkimSigningAttributes signingAttributes)
An object that contains information about the private key and selector that you want to use to configure DKIM for the identity. This object is only required if you want to configure Bring Your Own DKIM (BYODKIM) for the identity.
signingAttributes
- An object that contains information about the private key and selector that you want to use to configure
DKIM for the identity. This object is only required if you want to configure Bring Your Own DKIM (BYODKIM)
for the identity.public String toString()
toString
in class Object
Object.toString()
public PutEmailIdentityDkimSigningAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()