@Stability(value=Stable) public static final class ZoneDelegationOptions.Builder extends Object implements software.amazon.jsii.Builder<ZoneDelegationOptions>
ZoneDelegationOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ZoneDelegationOptions |
build()
Builds the configured instance.
|
ZoneDelegationOptions.Builder |
comment(String comment)
Sets the value of
ZoneDelegationOptions.getComment() |
ZoneDelegationOptions.Builder |
ttl(Duration ttl)
Sets the value of
ZoneDelegationOptions.getTtl() |
@Stability(value=Stable) public ZoneDelegationOptions.Builder comment(String comment)
ZoneDelegationOptions.getComment()comment - A comment to add on the DNS record created to incorporate the delegation.this@Stability(value=Stable) public ZoneDelegationOptions.Builder ttl(Duration ttl)
ZoneDelegationOptions.getTtl()ttl - The TTL (Time To Live) of the DNS delegation record in DNS caches.this@Stability(value=Stable) public ZoneDelegationOptions build()
build in interface software.amazon.jsii.Builder<ZoneDelegationOptions>ZoneDelegationOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.