Interface HttpProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HttpProperties.Builder,HttpProperties>,SdkBuilder<HttpProperties.Builder,HttpProperties>,SdkPojo
- Enclosing class:
- HttpProperties
public static interface HttpProperties.Builder extends SdkPojo, CopyableBuilder<HttpProperties.Builder,HttpProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpProperties.BuilderhttpName(String httpName)The name of an 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
httpName
HttpProperties.Builder httpName(String httpName)
The name of an HTTP namespace.
- Parameters:
httpName- The name of an HTTP namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-