public static interface CreatePublicDnsNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<CreatePublicDnsNamespaceRequest.Builder,CreatePublicDnsNamespaceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePublicDnsNamespaceRequest.Builder name(String name)
The name that you want to assign to this namespace.
Do not include sensitive information in the name. The name is publicly available using DNS queries.
name - The name that you want to assign to this namespace. Do not include sensitive information in the name. The name is publicly available using DNS queries.
CreatePublicDnsNamespaceRequest.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed CreatePublicDnsNamespace
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
CreatePublicDnsNamespace requests to be retried without the risk of running the operation
twice. CreatorRequestId can be any unique string (for example, a date/timestamp).CreatePublicDnsNamespaceRequest.Builder description(String description)
A description for the namespace.
description - A description for the namespace.CreatePublicDnsNamespaceRequest.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.CreatePublicDnsNamespaceRequest.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.CreatePublicDnsNamespaceRequest.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) CreatePublicDnsNamespaceRequest.Builder properties(PublicDnsNamespaceProperties properties)
Properties for the public DNS namespace.
properties - Properties for the public DNS namespace.default CreatePublicDnsNamespaceRequest.Builder properties(Consumer<PublicDnsNamespaceProperties.Builder> properties)
Properties for the public DNS namespace.
This is a convenience method that creates an instance of thePublicDnsNamespaceProperties.Builder
avoiding the need to create one manually via PublicDnsNamespaceProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to properties(PublicDnsNamespaceProperties).
properties - a consumer that will call methods on PublicDnsNamespaceProperties.Builderproperties(PublicDnsNamespaceProperties)CreatePublicDnsNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePublicDnsNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.