Uses of Interface
software.amazon.awssdk.services.sesv2.model.DkimSigningAttributes.Builder
-
Packages that use DkimSigningAttributes.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DkimSigningAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimSigningAttributes.Builder Modifier and Type Method Description static DkimSigningAttributes.BuilderDkimSigningAttributes. builder()DkimSigningAttributes.BuilderDkimSigningAttributes.Builder. domainSigningAttributesOrigin(String domainSigningAttributesOrigin)The attribute to use for configuring DKIM for the identity depends on the operation:DkimSigningAttributes.BuilderDkimSigningAttributes.Builder. domainSigningAttributesOrigin(DkimSigningAttributesOrigin domainSigningAttributesOrigin)The attribute to use for configuring DKIM for the identity depends on the operation:DkimSigningAttributes.BuilderDkimSigningAttributes.Builder. domainSigningPrivateKey(String domainSigningPrivateKey)[Bring Your Own DKIM] A private key that's used to generate a DKIM signature.DkimSigningAttributes.BuilderDkimSigningAttributes.Builder. domainSigningSelector(String domainSigningSelector)[Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a domain.DkimSigningAttributes.BuilderDkimSigningAttributes.Builder. nextSigningKeyLength(String nextSigningKeyLength)[Easy DKIM] The key length of the future DKIM key pair to be generated.DkimSigningAttributes.BuilderDkimSigningAttributes.Builder. nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)[Easy DKIM] The key length of the future DKIM key pair to be generated.DkimSigningAttributes.BuilderDkimSigningAttributes. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DkimSigningAttributes.Builder Modifier and Type Method Description static Class<? extends DkimSigningAttributes.Builder>DkimSigningAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DkimSigningAttributes.Builder Modifier and Type Method Description default CreateEmailIdentityRequest.BuilderCreateEmailIdentityRequest.Builder. dkimSigningAttributes(Consumer<DkimSigningAttributes.Builder> dkimSigningAttributes)If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.default PutEmailIdentityDkimSigningAttributesRequest.BuilderPutEmailIdentityDkimSigningAttributesRequest.Builder. signingAttributes(Consumer<DkimSigningAttributes.Builder> signingAttributes)An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.
-