public static interface NamespaceProperties.Builder extends CopyableBuilder<NamespaceProperties.Builder,NamespaceProperties>
| Modifier and Type | Method and Description |
|---|---|
default NamespaceProperties.Builder |
dnsProperties(Consumer<DnsProperties.Builder> dnsProperties)
A complex type that contains the ID for the hosted zone that Amazon Route 53 creates when you create a
namespace.
|
NamespaceProperties.Builder |
dnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the hosted zone that Amazon Route 53 creates when you create a
namespace.
|
copyapply, buildNamespaceProperties.Builder dnsProperties(DnsProperties dnsProperties)
A complex type that contains the ID for the hosted zone that Amazon Route 53 creates when you create a namespace.
dnsProperties - A complex type that contains the ID for the hosted zone that Amazon Route 53 creates when you create a
namespace.default NamespaceProperties.Builder dnsProperties(Consumer<DnsProperties.Builder> dnsProperties)
A complex type that contains the ID for the hosted zone that Amazon Route 53 creates when you create a namespace.
This is a convenience that creates an instance of theDnsProperties.Builder avoiding the need to
create one manually via DnsProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dnsProperties(DnsProperties).dnsProperties - a consumer that will call methods on DnsProperties.BuilderdnsProperties(DnsProperties)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.