Interface HttpNamespaceChange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HttpNamespaceChange.Builder,
,HttpNamespaceChange> SdkBuilder<HttpNamespaceChange.Builder,
,HttpNamespaceChange> SdkPojo
- Enclosing class:
HttpNamespaceChange
public static interface HttpNamespaceChange.Builder
extends SdkPojo, CopyableBuilder<HttpNamespaceChange.Builder,HttpNamespaceChange>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) An updated description for the HTTP namespace.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
-
Method Details
-
description
An updated description for the HTTP namespace.
- Parameters:
description
- An updated description for the HTTP namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-