public static interface CreatePrivateDnsNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<CreatePrivateDnsNamespaceRequest.Builder,CreatePrivateDnsNamespaceRequest>
Modifier and Type | Method and Description |
---|---|
CreatePrivateDnsNamespaceRequest.Builder |
creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed
CreatePrivateDnsNamespace
requests to be retried without the risk of executing the operation twice. |
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreatePrivateDnsNamespaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
CreatePrivateDnsNamespaceRequest.Builder name(String name)
The name that you want to assign to this namespace. When you create a private DNS namespace, AWS Cloud Map automatically creates an Amazon Route 53 private 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 private DNS namespace, AWS Cloud
Map automatically creates an Amazon Route 53 private hosted zone that has the same name as the
namespace.CreatePrivateDnsNamespaceRequest.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed CreatePrivateDnsNamespace
requests to be retried without the risk of executing the operation twice. CreatorRequestId
can
be any unique string, for example, a date/time stamp.
creatorRequestId
- A unique string that identifies the request and that allows failed
CreatePrivateDnsNamespace
requests to be retried without the risk of executing the
operation twice. CreatorRequestId
can be any unique string, for example, a date/time
stamp.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreatePrivateDnsNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.