Interface UpdatePublicDnsNamespaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdatePublicDnsNamespaceRequest.Builder,UpdatePublicDnsNamespaceRequest>,SdkBuilder<UpdatePublicDnsNamespaceRequest.Builder,UpdatePublicDnsNamespaceRequest>,SdkPojo,SdkRequest.Builder,ServiceDiscoveryRequest.Builder
- Enclosing class:
- UpdatePublicDnsNamespaceRequest
public static interface UpdatePublicDnsNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<UpdatePublicDnsNamespaceRequest.Builder,UpdatePublicDnsNamespaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdatePublicDnsNamespaceRequest.Builderid(String id)The ID of the namespace being updated.default UpdatePublicDnsNamespaceRequest.Buildernamespace(Consumer<PublicDnsNamespaceChange.Builder> namespace)Updated properties for the public DNS namespace.UpdatePublicDnsNamespaceRequest.Buildernamespace(PublicDnsNamespaceChange namespace)Updated properties for the public DNS namespace.UpdatePublicDnsNamespaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePublicDnsNamespaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePublicDnsNamespaceRequest.BuilderupdaterRequestId(String updaterRequestId)A unique string that identifies the request and that allows failedUpdatePublicDnsNamespacerequests to be retried without the risk of running the operation twice.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicediscovery.model.ServiceDiscoveryRequest.Builder
build
-
-
-
-
Method Detail
-
id
UpdatePublicDnsNamespaceRequest.Builder id(String id)
The ID of the namespace being updated.
- Parameters:
id- The ID of the namespace being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updaterRequestId
UpdatePublicDnsNamespaceRequest.Builder updaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed
UpdatePublicDnsNamespacerequests to be retried without the risk of running the operation twice.UpdaterRequestIdcan be any unique string (for example, a date/timestamp).- Parameters:
updaterRequestId- A unique string that identifies the request and that allows failedUpdatePublicDnsNamespacerequests to be retried without the risk of running the operation twice.UpdaterRequestIdcan be any unique string (for example, a date/timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
UpdatePublicDnsNamespaceRequest.Builder namespace(PublicDnsNamespaceChange namespace)
Updated properties for the public DNS namespace.
- Parameters:
namespace- Updated properties for the public DNS namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.Builderavoiding the need to create one manually viaPublicDnsNamespaceChange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonamespace(PublicDnsNamespaceChange).- Parameters:
namespace- a consumer that will call methods onPublicDnsNamespaceChange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
namespace(PublicDnsNamespaceChange)
-
overrideConfiguration
UpdatePublicDnsNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePublicDnsNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-