Interface UpdateHttpNamespaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateHttpNamespaceRequest.Builder,UpdateHttpNamespaceRequest>,SdkBuilder<UpdateHttpNamespaceRequest.Builder,UpdateHttpNamespaceRequest>,SdkPojo,SdkRequest.Builder,ServiceDiscoveryRequest.Builder
- Enclosing class:
- UpdateHttpNamespaceRequest
public static interface UpdateHttpNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<UpdateHttpNamespaceRequest.Builder,UpdateHttpNamespaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateHttpNamespaceRequest.Builderid(String id)The ID of the namespace that you want to update.default UpdateHttpNamespaceRequest.Buildernamespace(Consumer<HttpNamespaceChange.Builder> namespace)Updated properties for the the HTTP namespace.UpdateHttpNamespaceRequest.Buildernamespace(HttpNamespaceChange namespace)Updated properties for the the HTTP namespace.UpdateHttpNamespaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHttpNamespaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateHttpNamespaceRequest.BuilderupdaterRequestId(String updaterRequestId)A unique string that identifies the request and that allows failedUpdateHttpNamespacerequests 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
UpdateHttpNamespaceRequest.Builder id(String id)
The ID of the namespace that you want to update.
- Parameters:
id- The ID of the namespace that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updaterRequestId
UpdateHttpNamespaceRequest.Builder updaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed
UpdateHttpNamespacerequests 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 failedUpdateHttpNamespacerequests 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
UpdateHttpNamespaceRequest.Builder namespace(HttpNamespaceChange namespace)
Updated properties for the the HTTP namespace.
- Parameters:
namespace- Updated properties for the the HTTP namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.Builderavoiding the need to create one manually viaHttpNamespaceChange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonamespace(HttpNamespaceChange).- Parameters:
namespace- a consumer that will call methods onHttpNamespaceChange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
namespace(HttpNamespaceChange)
-
overrideConfiguration
UpdateHttpNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHttpNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-