@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.076Z") @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 © 2021. All rights reserved.