@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:38.644Z") @Stability(value=Experimental) 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()
(experimental) A comment to add on the record.
|
default String |
getRecordName()
(experimental) The domain name for this record.
|
default Duration |
getTtl()
(experimental) The resource record cache time to live (TTL).
|
IHostedZone |
getZone()
(experimental) The hosted zone in which to define the new record.
|
@Stability(value=Experimental) @NotNull IHostedZone getZone()
@Stability(value=Experimental) @Nullable default String getComment()
Default: no comment
@Stability(value=Experimental) @Nullable default String getRecordName()
Default: zone root
@Stability(value=Experimental) @Nullable default Duration getTtl()
Default: Duration.minutes(30)
@Stability(value=Experimental) static RecordSetOptions.Builder builder()
RecordSetOptions.Builder of RecordSetOptionsCopyright © 2020. All rights reserved.