@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:12.924Z") @Stability(value=Experimental) public interface ZoneDelegationRecordProps extends software.amazon.jsii.JsiiSerializable, RecordSetOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
import software.amazon.awscdk.services.route53.*;
Duration duration;
HostedZone hostedZone;
ZoneDelegationRecordProps zoneDelegationRecordProps = ZoneDelegationRecordProps.builder()
.nameServers(List.of("nameServers"))
.zone(hostedZone)
// the properties below are optional
.comment("comment")
.recordName("recordName")
.ttl(duration)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ZoneDelegationRecordProps.Builder
A builder for
ZoneDelegationRecordProps |
static class |
ZoneDelegationRecordProps.Jsii$Proxy
An implementation for
ZoneDelegationRecordProps |
| Modifier and Type | Method and Description |
|---|---|
static ZoneDelegationRecordProps.Builder |
builder() |
List<String> |
getNameServers()
(experimental) The name servers to report in the delegation records.
|
getComment, getRecordName, getTtl, getZone@Stability(value=Experimental) @NotNull List<String> getNameServers()
@Stability(value=Experimental) static ZoneDelegationRecordProps.Builder builder()
builder in interface RecordSetOptionsZoneDelegationRecordProps.Builder of ZoneDelegationRecordPropsCopyright © 2022. All rights reserved.