Uses of Class
com.hashicorp.cdktf.providers.aws.sesv2_email_identity.Sesv2EmailIdentityDkimSigningAttributes.Builder
-
Packages that use Sesv2EmailIdentityDkimSigningAttributes.Builder Package Description com.hashicorp.cdktf.providers.aws.sesv2_email_identity aws_sesv2_email_identity -
-
Uses of Sesv2EmailIdentityDkimSigningAttributes.Builder in com.hashicorp.cdktf.providers.aws.sesv2_email_identity
Methods in com.hashicorp.cdktf.providers.aws.sesv2_email_identity that return Sesv2EmailIdentityDkimSigningAttributes.Builder Modifier and Type Method Description static Sesv2EmailIdentityDkimSigningAttributes.BuilderSesv2EmailIdentityDkimSigningAttributes. builder()Sesv2EmailIdentityDkimSigningAttributes.BuilderSesv2EmailIdentityDkimSigningAttributes.Builder. domainSigningPrivateKey(String domainSigningPrivateKey)Sets the value ofSesv2EmailIdentityDkimSigningAttributes.getDomainSigningPrivateKey()Sesv2EmailIdentityDkimSigningAttributes.BuilderSesv2EmailIdentityDkimSigningAttributes.Builder. domainSigningSelector(String domainSigningSelector)Sets the value ofSesv2EmailIdentityDkimSigningAttributes.getDomainSigningSelector()Sesv2EmailIdentityDkimSigningAttributes.BuilderSesv2EmailIdentityDkimSigningAttributes.Builder. nextSigningKeyLength(String nextSigningKeyLength)Sets the value ofSesv2EmailIdentityDkimSigningAttributes.getNextSigningKeyLength()Constructors in com.hashicorp.cdktf.providers.aws.sesv2_email_identity with parameters of type Sesv2EmailIdentityDkimSigningAttributes.Builder Constructor Description Jsii$Proxy(Sesv2EmailIdentityDkimSigningAttributes.Builder builder)Constructor that initializes the object based on literal property values passed by theSesv2EmailIdentityDkimSigningAttributes.Builder.
-