| Modifier and Type | Method and Description |
|---|---|
CaaRecord |
build() |
CaaRecord.Builder |
comment(String comment)
A comment to add on the record.
|
static CaaRecord.Builder |
create(software.constructs.Construct scope,
String id) |
CaaRecord.Builder |
recordName(String recordName)
The domain name for this record.
|
CaaRecord.Builder |
ttl(Duration ttl)
The resource record cache time to live (TTL).
|
CaaRecord.Builder |
values(List<? extends CaaRecordValue> values)
The values.
|
CaaRecord.Builder |
zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
@Stability(value=Stable) public static CaaRecord.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.CaaRecord.Builder.@Stability(value=Stable) public CaaRecord.Builder zone(IHostedZone zone)
zone - The hosted zone in which to define the new record. This parameter is required.this@Stability(value=Stable) public CaaRecord.Builder comment(String comment)
Default: no comment
comment - A comment to add on the record. This parameter is required.this@Stability(value=Stable) public CaaRecord.Builder recordName(String recordName)
Default: zone root
recordName - The domain name for this record. This parameter is required.this@Stability(value=Stable) public CaaRecord.Builder ttl(Duration ttl)
Default: Duration.minutes(30)
ttl - The resource record cache time to live (TTL). This parameter is required.this@Stability(value=Stable) public CaaRecord.Builder values(List<? extends CaaRecordValue> values)
values - The values. This parameter is required.thisCopyright © 2022. All rights reserved.