public static interface CreatePrivateDnsNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<CreatePrivateDnsNamespaceRequest.Builder,CreatePrivateDnsNamespaceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePrivateDnsNamespaceRequest.Builder name(String name)
The name that you want to assign to this namespace. When you create a private DNS namespace, 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, 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 method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreatePrivateDnsNamespaceRequest.Builder properties(PrivateDnsNamespaceProperties properties)
Properties for the private DNS namespace.
properties - Properties for the private DNS namespace.default CreatePrivateDnsNamespaceRequest.Builder properties(Consumer<PrivateDnsNamespaceProperties.Builder> properties)
Properties for the private DNS namespace.
This is a convenience method that creates an instance of thePrivateDnsNamespaceProperties.Builder
avoiding the need to create one manually via PrivateDnsNamespaceProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to properties(PrivateDnsNamespaceProperties).
properties - a consumer that will call methods on PrivateDnsNamespaceProperties.Builderproperties(PrivateDnsNamespaceProperties)CreatePrivateDnsNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePrivateDnsNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.