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 running 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) |
CreatePrivateDnsNamespaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePrivateDnsNamespaceRequest.Builder |
tags(Collection<Tag> tags)
The tags to add to the namespace.
|
CreatePrivateDnsNamespaceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to add to the namespace.
|
CreatePrivateDnsNamespaceRequest.Builder |
tags(Tag... tags)
The tags to add to the namespace.
|
CreatePrivateDnsNamespaceRequest.Builder |
vpc(String vpc)
The ID of the Amazon VPC that you want to associate the namespace with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePrivateDnsNamespaceRequest.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 running the operation twice. CreatorRequestId can be
any unique string, for example, a date/timestamp.
creatorRequestId - A unique string that identifies the request and that allows failed
CreatePrivateDnsNamespace requests to be retried without the risk of running the
operation twice. CreatorRequestId can be any unique string, for example, a
date/timestamp.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 tags(Collection<Tag> tags)
The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.
tags - The tags to add to the namespace. Each tag consists of a key and an optional value that you define.
Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.CreatePrivateDnsNamespaceRequest.Builder tags(Tag... tags)
The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.
tags - The tags to add to the namespace. Each tag consists of a key and an optional value that you define.
Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.CreatePrivateDnsNamespaceRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreatePrivateDnsNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePrivateDnsNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.