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