Class ByoDkimOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.ByoDkimOptions.Jsii$Proxy
All Implemented Interfaces:
ByoDkimOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ByoDkimOptions

@Stability(Stable) @Internal public static final class ByoDkimOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ByoDkimOptions
An implementation for ByoDkimOptions
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ByoDkimOptions

    ByoDkimOptions.Builder, ByoDkimOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ByoDkimOptions.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    The private key that's used to generate a DKIM signature.
    final String
    The public key.
    final String
    A string that's used to identify a public key in the DNS configuration for a domain.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(ByoDkimOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ByoDkimOptions.Builder.
  • Method Details

    • getPrivateKey

      public final SecretValue getPrivateKey()
      Description copied from interface: ByoDkimOptions
      The private key that's used to generate a DKIM signature.
      Specified by:
      getPrivateKey in interface ByoDkimOptions
    • getSelector

      public final String getSelector()
      Description copied from interface: ByoDkimOptions
      A string that's used to identify a public key in the DNS configuration for a domain.
      Specified by:
      getSelector in interface ByoDkimOptions
    • getPublicKey

      public final String getPublicKey()
      Description copied from interface: ByoDkimOptions
      The public key.

      If specified, a TXT record with the public key is created.

      Default: - the validation TXT record with the public key is not created

      Specified by:
      getPublicKey in interface ByoDkimOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object