@Stability(value=Stable) public static final class CaaRecordProps.Builder extends Object implements software.amazon.jsii.Builder<CaaRecordProps>
CaaRecordProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CaaRecordProps |
build()
Builds the configured instance.
|
CaaRecordProps.Builder |
comment(String comment)
Sets the value of
RecordSetOptions.getComment() |
CaaRecordProps.Builder |
recordName(String recordName)
Sets the value of
RecordSetOptions.getRecordName() |
CaaRecordProps.Builder |
ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
CaaRecordProps.Builder |
values(List<? extends CaaRecordValue> values)
Sets the value of
CaaRecordProps.getValues() |
CaaRecordProps.Builder |
zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
@Stability(value=Stable) public CaaRecordProps.Builder values(List<? extends CaaRecordValue> values)
CaaRecordProps.getValues()values - The values. This parameter is required.this@Stability(value=Stable) public CaaRecordProps.Builder zone(IHostedZone zone)
RecordSetOptions.getZone()zone - The hosted zone in which to define the new record. This parameter is required.this@Stability(value=Stable) public CaaRecordProps.Builder comment(String comment)
RecordSetOptions.getComment()comment - A comment to add on the record.this@Stability(value=Stable) public CaaRecordProps.Builder recordName(String recordName)
RecordSetOptions.getRecordName()recordName - The domain name for this record.this@Stability(value=Stable) public CaaRecordProps.Builder ttl(Duration ttl)
RecordSetOptions.getTtl()ttl - The resource record cache time to live (TTL).this@Stability(value=Stable) public CaaRecordProps build()
build in interface software.amazon.jsii.Builder<CaaRecordProps>CaaRecordPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.