Interface CreatePublicDnsNamespaceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreatePublicDnsNamespaceRequest.Builder,
,CreatePublicDnsNamespaceRequest> SdkBuilder<CreatePublicDnsNamespaceRequest.Builder,
,CreatePublicDnsNamespaceRequest> SdkPojo
,SdkRequest.Builder
,ServiceDiscoveryRequest.Builder
- Enclosing class:
CreatePublicDnsNamespaceRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreatorRequestId
(String creatorRequestId) A unique string that identifies the request and that allows failedCreatePublicDnsNamespace
requests to be retried without the risk of running the operation twice.description
(String description) A description for the namespace.The name that you want to assign to this namespace.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.properties
(Consumer<PublicDnsNamespaceProperties.Builder> properties) Properties for the public DNS namespace.properties
(PublicDnsNamespaceProperties properties) Properties for the public DNS namespace.tags
(Collection<Tag> tags) The tags to add to the namespace.tags
(Consumer<Tag.Builder>... tags) The tags to add to the namespace.The tags to add to the namespace.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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.servicediscovery.model.ServiceDiscoveryRequest.Builder
build
-
Method Details
-
name
The name that you want to assign to this namespace.
Do not include sensitive information in the name. The name is publicly available using DNS queries.
- Parameters:
name
- The name that you want to assign to this namespace.Do not include sensitive information in the name. The name is publicly available using DNS queries.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorRequestId
A unique string that identifies the request and that allows failed
CreatePublicDnsNamespace
requests to be retried without the risk of running the operation twice.CreatorRequestId
can be any unique string (for example, a date/timestamp).- Parameters:
creatorRequestId
- A unique string that identifies the request and that allows failedCreatePublicDnsNamespace
requests to be retried without the risk of running the operation twice.CreatorRequestId
can be any unique string (for example, a date/timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the namespace.
- Parameters:
description
- A description for the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
properties
Properties for the public DNS namespace.
- Parameters:
properties
- Properties for the public DNS namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
default CreatePublicDnsNamespaceRequest.Builder properties(Consumer<PublicDnsNamespaceProperties.Builder> properties) Properties for the public DNS namespace.
This is a convenience method that creates an instance of thePublicDnsNamespaceProperties.Builder
avoiding the need to create one manually viaPublicDnsNamespaceProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toproperties(PublicDnsNamespaceProperties)
.- Parameters:
properties
- a consumer that will call methods onPublicDnsNamespaceProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreatePublicDnsNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreatePublicDnsNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-