public static interface UpdateHttpNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<UpdateHttpNamespaceRequest.Builder,UpdateHttpNamespaceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateHttpNamespaceRequest.Builder |
id(String id)
The ID of the namespace that you want to update.
|
default UpdateHttpNamespaceRequest.Builder |
namespace(Consumer<HttpNamespaceChange.Builder> namespace)
Updated properties for the the HTTP namespace.
|
UpdateHttpNamespaceRequest.Builder |
namespace(HttpNamespaceChange namespace)
Updated properties for the the HTTP namespace.
|
UpdateHttpNamespaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateHttpNamespaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateHttpNamespaceRequest.Builder |
updaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed
UpdateHttpNamespace requests
to be retried without the risk of running the operation twice. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateHttpNamespaceRequest.Builder id(String id)
The ID of the namespace that you want to update.
id - The ID of the namespace that you want to update.UpdateHttpNamespaceRequest.Builder updaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed UpdateHttpNamespace requests
to be retried without the risk of running the operation twice. UpdaterRequestId can be any
unique string (for example, a date/timestamp).
updaterRequestId - A unique string that identifies the request and that allows failed UpdateHttpNamespace
requests to be retried without the risk of running the operation twice. UpdaterRequestId
can be any unique string (for example, a date/timestamp).UpdateHttpNamespaceRequest.Builder namespace(HttpNamespaceChange namespace)
Updated properties for the the HTTP namespace.
namespace - Updated properties for the the HTTP namespace.default UpdateHttpNamespaceRequest.Builder namespace(Consumer<HttpNamespaceChange.Builder> namespace)
Updated properties for the the HTTP namespace.
This is a convenience method that creates an instance of theHttpNamespaceChange.Builder avoiding the
need to create one manually via HttpNamespaceChange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to namespace(HttpNamespaceChange).
namespace - a consumer that will call methods on HttpNamespaceChange.Buildernamespace(HttpNamespaceChange)UpdateHttpNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateHttpNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.