@Stability(value=Stable) public static final class DkimRecord.Builder extends Object implements software.amazon.jsii.Builder<DkimRecord>
DkimRecord| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DkimRecord |
build()
Builds the configured instance.
|
DkimRecord.Builder |
name(String name)
Sets the value of
DkimRecord.getName() |
DkimRecord.Builder |
value(String value)
Sets the value of
DkimRecord.getValue() |
@Stability(value=Stable) public DkimRecord.Builder name(String name)
DkimRecord.getName()name - The name of the record. This parameter is required.this@Stability(value=Stable) public DkimRecord.Builder value(String value)
DkimRecord.getValue()value - The value of the record. This parameter is required.this@Stability(value=Stable) public DkimRecord build()
build in interface software.amazon.jsii.Builder<DkimRecord>DkimRecordNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.