@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DkimSigningAttributes extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about the tokens used for setting up Bring Your Own DKIM (BYODKIM).
| Constructor and Description |
|---|
DkimSigningAttributes() |
| Modifier and Type | Method and Description |
|---|---|
DkimSigningAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getDomainSigningPrivateKey()
A private key that's used to generate a DKIM signature.
|
String |
getDomainSigningSelector()
A string that's used to identify a public key in the DNS configuration for a domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDomainSigningPrivateKey(String domainSigningPrivateKey)
A private key that's used to generate a DKIM signature.
|
void |
setDomainSigningSelector(String domainSigningSelector)
A string that's used to identify a public key in the DNS configuration for a domain.
|
String |
toString()
Returns a string representation of this object.
|
DkimSigningAttributes |
withDomainSigningPrivateKey(String domainSigningPrivateKey)
A private key that's used to generate a DKIM signature.
|
DkimSigningAttributes |
withDomainSigningSelector(String domainSigningSelector)
A string that's used to identify a public key in the DNS configuration for a domain.
|
public void setDomainSigningSelector(String domainSigningSelector)
A string that's used to identify a public key in the DNS configuration for a domain.
domainSigningSelector - A string that's used to identify a public key in the DNS configuration for a domain.public String getDomainSigningSelector()
A string that's used to identify a public key in the DNS configuration for a domain.
public DkimSigningAttributes withDomainSigningSelector(String domainSigningSelector)
A string that's used to identify a public key in the DNS configuration for a domain.
domainSigningSelector - A string that's used to identify a public key in the DNS configuration for a domain.public void setDomainSigningPrivateKey(String domainSigningPrivateKey)
A private key that's used to generate a DKIM signature.
The private key must use 1024-bit RSA encryption, and must be encoded using base64 encoding.
domainSigningPrivateKey - A private key that's used to generate a DKIM signature.
The private key must use 1024-bit RSA encryption, and must be encoded using base64 encoding.
public String getDomainSigningPrivateKey()
A private key that's used to generate a DKIM signature.
The private key must use 1024-bit RSA encryption, and must be encoded using base64 encoding.
The private key must use 1024-bit RSA encryption, and must be encoded using base64 encoding.
public DkimSigningAttributes withDomainSigningPrivateKey(String domainSigningPrivateKey)
A private key that's used to generate a DKIM signature.
The private key must use 1024-bit RSA encryption, and must be encoded using base64 encoding.
domainSigningPrivateKey - A private key that's used to generate a DKIM signature.
The private key must use 1024-bit RSA encryption, and must be encoded using base64 encoding.
public String toString()
toString in class ObjectObject.toString()public DkimSigningAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.