public static interface CreateHttpNamespaceRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<CreateHttpNamespaceRequest.Builder,CreateHttpNamespaceRequest>
| Modifier and Type | Method and Description | 
|---|---|
CreateHttpNamespaceRequest.Builder | 
creatorRequestId(String creatorRequestId)
 A unique string that identifies the request and that allows failed  
CreateHttpNamespace requests
 to be retried without the risk of executing the operation twice. | 
CreateHttpNamespaceRequest.Builder | 
description(String description)
 A description for the namespace. 
 | 
CreateHttpNamespaceRequest.Builder | 
name(String name)
 The name that you want to assign to this namespace. 
 | 
CreateHttpNamespaceRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
CreateHttpNamespaceRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildCreateHttpNamespaceRequest.Builder name(String name)
The name that you want to assign to this namespace.
name - The name that you want to assign to this namespace.CreateHttpNamespaceRequest.Builder creatorRequestId(String creatorRequestId)
 A unique string that identifies the request and that allows failed CreateHttpNamespace requests
 to be retried without the risk of executing the operation twice. CreatorRequestId can be any
 unique string, for example, a date/time stamp.
 
creatorRequestId - A unique string that identifies the request and that allows failed CreateHttpNamespace
        requests to be retried without the risk of executing the operation twice.
        CreatorRequestId can be any unique string, for example, a date/time stamp.CreateHttpNamespaceRequest.Builder description(String description)
A description for the namespace.
description - A description for the namespace.CreateHttpNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateHttpNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.