public static interface CreatePrivateDnsNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, CopyableBuilder<CreatePrivateDnsNamespaceRequest.Builder,CreatePrivateDnsNamespaceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePrivateDnsNamespaceRequest.Builder |
creatorRequestId(String creatorRequestId)
An optional parameter that you can use to resolve concurrent creation requests.
|
CreatePrivateDnsNamespaceRequest.Builder |
description(String description)
A description for the namespace.
|
CreatePrivateDnsNamespaceRequest.Builder |
name(String name)
The name that you want to assign to this namespace.
|
CreatePrivateDnsNamespaceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreatePrivateDnsNamespaceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreatePrivateDnsNamespaceRequest.Builder |
vpc(String vpc)
The ID of the Amazon VPC that you want to associate the namespace with.
|
buildrequestOverrideConfigcopyapply, buildCreatePrivateDnsNamespaceRequest.Builder name(String name)
The name that you want to assign to this 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 that you want to assign to this namespace. When you create a namespace, Amazon Route 53
automatically creates a hosted zone that has the same name as the namespace.CreatePrivateDnsNamespaceRequest.Builder creatorRequestId(String creatorRequestId)
An optional parameter that you can use to resolve concurrent creation requests. CreatorRequestId
helps to determine if a specific client owns the namespace.
creatorRequestId - An optional parameter that you can use to resolve concurrent creation requests.
CreatorRequestId helps to determine if a specific client owns the namespace.CreatePrivateDnsNamespaceRequest.Builder description(String description)
A description for the namespace.
description - A description for the namespace.CreatePrivateDnsNamespaceRequest.Builder vpc(String vpc)
The ID of the Amazon VPC that you want to associate the namespace with.
vpc - The ID of the Amazon VPC that you want to associate the namespace with.CreatePrivateDnsNamespaceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreatePrivateDnsNamespaceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.