public static interface NamespaceSummary.Builder extends CopyableBuilder<NamespaceSummary.Builder,NamespaceSummary>
| Modifier and Type | Method and Description |
|---|---|
NamespaceSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) that Amazon Route 53 assigns to the namespace when you create it.
|
NamespaceSummary.Builder |
id(String id)
The ID of the namespace.
|
NamespaceSummary.Builder |
name(String name)
The name of the namespace.
|
NamespaceSummary.Builder |
type(NamespaceType type)
The type of the namespace, either public or private.
|
NamespaceSummary.Builder |
type(String type)
The type of the namespace, either public or private.
|
copyapply, buildNamespaceSummary.Builder id(String id)
The ID of the namespace.
id - The ID of the namespace.NamespaceSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) that Amazon Route 53 assigns to the namespace when you create it.
arn - The Amazon Resource Name (ARN) that Amazon Route 53 assigns to the namespace when you create it.NamespaceSummary.Builder name(String name)
The name of the namespace. When you create a namespace, Amazon Route 53 automatically creates a hosted zone that has the same name as the namespace.
name - The name of the namespace. When you create a namespace, Amazon Route 53 automatically creates a hosted
zone that has the same name as the namespace.NamespaceSummary.Builder type(String type)
The type of the namespace, either public or private.
type - The type of the namespace, either public or private.NamespaceType,
NamespaceTypeNamespaceSummary.Builder type(NamespaceType type)
The type of the namespace, either public or private.
type - The type of the namespace, either public or private.NamespaceType,
NamespaceTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.