Uses of Interface
software.amazon.awssdk.services.sesv2.model.DkimAttributes.Builder
Packages that use DkimAttributes.Builder
-
Uses of DkimAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimAttributes.BuilderModifier and TypeMethodDescriptionstatic DkimAttributes.BuilderDkimAttributes.builder()DkimAttributes.Builder.currentSigningKeyLength(String currentSigningKeyLength) [Easy DKIM] The key length of the DKIM key pair in use.DkimAttributes.Builder.currentSigningKeyLength(DkimSigningKeyLength currentSigningKeyLength) [Easy DKIM] The key length of the DKIM key pair in use.DkimAttributes.Builder.lastKeyGenerationTimestamp(Instant lastKeyGenerationTimestamp) [Easy DKIM] The last time a key pair was generated for this identity.DkimAttributes.Builder.nextSigningKeyLength(String nextSigningKeyLength) [Easy DKIM] The key length of the future DKIM key pair to be generated.DkimAttributes.Builder.nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength) [Easy DKIM] The key length of the future DKIM key pair to be generated.DkimAttributes.Builder.signingAttributesOrigin(String signingAttributesOrigin) A string that indicates how DKIM was configured for the identity.DkimAttributes.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin) A string that indicates how DKIM was configured for the identity.DkimAttributes.Builder.signingEnabled(Boolean signingEnabled) If the value istrue, then the messages that you send from the identity are signed using DKIM.DkimAttributes.Builder.signingHostedZone(String signingHostedZone) The hosted zone where Amazon SES publishes the DKIM public key TXT records for this email identity.Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain.DkimAttributes.Builder.status(DkimStatus status) Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain.DkimAttributes.toBuilder()If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain.DkimAttributes.Builder.tokens(Collection<String> tokens) If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DkimAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DkimAttributes.Builder>DkimAttributes.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DkimAttributes.BuilderModifier and TypeMethodDescriptionCreateEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes) An object that contains information about the DKIM attributes for the identity.default GetEmailIdentityResponse.BuilderGetEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes) An object that contains information about the DKIM attributes for the identity.