Interface HttpEndpointCommonAttribute.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<HttpEndpointCommonAttribute.Builder,,HttpEndpointCommonAttribute> SdkBuilder<HttpEndpointCommonAttribute.Builder,,HttpEndpointCommonAttribute> SdkPojo
- Enclosing class:
 HttpEndpointCommonAttribute
public static interface HttpEndpointCommonAttribute.Builder
extends SdkPojo, CopyableBuilder<HttpEndpointCommonAttribute.Builder,HttpEndpointCommonAttribute> 
- 
Method Summary
Modifier and TypeMethodDescriptionattributeName(String attributeName) The name of the HTTP endpoint common attribute.attributeValue(String attributeValue) The value of the HTTP endpoint common attribute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
attributeName
The name of the HTTP endpoint common attribute.
- Parameters:
 attributeName- The name of the HTTP endpoint common attribute.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
attributeValue
The value of the HTTP endpoint common attribute.
- Parameters:
 attributeValue- The value of the HTTP endpoint common attribute.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -