Interface DkimRecord
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DkimRecord.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:09.803Z")
@Stability(Stable)
public interface DkimRecord
extends software.amazon.jsii.JsiiSerializable
A DKIM record.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ses.*; DkimRecord dkimRecord = DkimRecord.builder() .name("name") .value("value") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forDkimRecord
static final class
An implementation forDkimRecord
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the record. -
getValue
The value of the record. -
builder
- Returns:
- a
DkimRecord.Builder
ofDkimRecord
-