Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.DkimAttributes.Builder
-
Packages that use DkimAttributes.Builder Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of DkimAttributes.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return DkimAttributes.Builder Modifier and Type Method Description static DkimAttributes.BuilderDkimAttributes. builder()DkimAttributes.BuilderDkimAttributes.Builder. signingEnabled(Boolean signingEnabled)If the value istrue, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed.DkimAttributes.BuilderDkimAttributes.Builder. status(String status)Describes whether or not Amazon Pinpoint has successfully located the DKIM records in the DNS records for the domain.DkimAttributes.BuilderDkimAttributes.Builder. status(DkimStatus status)Describes whether or not Amazon Pinpoint has successfully located the DKIM records in the DNS records for the domain.DkimAttributes.BuilderDkimAttributes. toBuilder()DkimAttributes.BuilderDkimAttributes.Builder. tokens(String... tokens)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.BuilderDkimAttributes.Builder. tokens(Collection<String> tokens)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.pinpointemail.model that return types with arguments of type DkimAttributes.Builder Modifier and Type Method Description static Class<? extends DkimAttributes.Builder>DkimAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointemail.model with type arguments of type DkimAttributes.Builder Modifier and Type Method Description default CreateEmailIdentityResponse.BuilderCreateEmailIdentityResponse.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.
-