public static interface UpdatePrivateDnsNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<UpdatePrivateDnsNamespaceRequest.Builder,UpdatePrivateDnsNamespaceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePrivateDnsNamespaceRequest.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.UpdatePrivateDnsNamespaceRequest.Builder updaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed UpdatePrivateDnsNamespace
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
UpdatePrivateDnsNamespace requests to be retried without the risk of running the
operation twice. UpdaterRequestId can be any unique string (for example, a
date/timestamp).UpdatePrivateDnsNamespaceRequest.Builder namespace(PrivateDnsNamespaceChange namespace)
Updated properties for the private DNS namespace.
namespace - Updated properties for the private DNS namespace.default UpdatePrivateDnsNamespaceRequest.Builder namespace(Consumer<PrivateDnsNamespaceChange.Builder> namespace)
Updated properties for the private DNS namespace.
This is a convenience method that creates an instance of thePrivateDnsNamespaceChange.Builder
avoiding the need to create one manually via PrivateDnsNamespaceChange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to namespace(PrivateDnsNamespaceChange).
namespace - a consumer that will call methods on PrivateDnsNamespaceChange.Buildernamespace(PrivateDnsNamespaceChange)UpdatePrivateDnsNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePrivateDnsNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.