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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpEndpointCommonAttribute.Builder
attributeName(String attributeName)
The name of the HTTP endpoint common attribute.HttpEndpointCommonAttribute.Builder
attributeValue(String attributeValue)
The value of the HTTP endpoint common attribute.-
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 Detail
-
attributeName
HttpEndpointCommonAttribute.Builder attributeName(String 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
HttpEndpointCommonAttribute.Builder attributeValue(String 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.
-
-