public static interface CreateHttpNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<CreateHttpNamespaceRequest.Builder,CreateHttpNamespaceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateHttpNamespaceRequest.Builder |
creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed
CreateHttpNamespace requests
to be retried without the risk of running the operation twice. |
CreateHttpNamespaceRequest.Builder |
description(String description)
A description for the namespace.
|
CreateHttpNamespaceRequest.Builder |
name(String name)
The name that you want to assign to this namespace.
|
CreateHttpNamespaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateHttpNamespaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateHttpNamespaceRequest.Builder |
tags(Collection<Tag> tags)
The tags to add to the namespace.
|
CreateHttpNamespaceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to add to the namespace.
|
CreateHttpNamespaceRequest.Builder |
tags(Tag... tags)
The tags to add to the namespace.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHttpNamespaceRequest.Builder name(String name)
The name that you want to assign to this namespace.
name - The name that you want to assign to this namespace.CreateHttpNamespaceRequest.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed CreateHttpNamespace requests
to be retried without the risk of running 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 CreateHttpNamespace
requests to be retried without the risk of running the operation twice. CreatorRequestId
can be any unique string (for example, a date/time stamp).CreateHttpNamespaceRequest.Builder description(String description)
A description for the namespace.
description - A description for the namespace.CreateHttpNamespaceRequest.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.CreateHttpNamespaceRequest.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.CreateHttpNamespaceRequest.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) CreateHttpNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateHttpNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.