@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.286Z") @Stability(value=Stable) public interface RecordSetOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RecordSetOptions.Builder
A builder for
RecordSetOptions |
static class |
RecordSetOptions.Jsii$Proxy
An implementation for
RecordSetOptions |
| Modifier and Type | Method and Description |
|---|---|
static RecordSetOptions.Builder |
builder() |
default String |
getComment()
A comment to add on the record.
|
default String |
getRecordName()
The domain name for this record.
|
default Duration |
getTtl()
The resource record cache time to live (TTL).
|
IHostedZone |
getZone()
The hosted zone in which to define the new record.
|
@Stability(value=Stable) @NotNull IHostedZone getZone()
@Stability(value=Stable) @Nullable default String getComment()
Default: no comment
@Stability(value=Stable) @Nullable default String getRecordName()
Default: zone root
@Stability(value=Stable) @Nullable default Duration getTtl()
Default: Duration.minutes(30)
@Stability(value=Stable) static RecordSetOptions.Builder builder()
RecordSetOptions.Builder of RecordSetOptionsCopyright © 2021. All rights reserved.