Interface HttpActionHeader.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<HttpActionHeader.Builder,,HttpActionHeader> SdkBuilder<HttpActionHeader.Builder,,HttpActionHeader> SdkPojo
- Enclosing class:
 HttpActionHeader
public static interface HttpActionHeader.Builder
extends SdkPojo, CopyableBuilder<HttpActionHeader.Builder,HttpActionHeader> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe HTTP header key.The HTTP header value.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
- 
key
The HTTP header key.
- Parameters:
 key- The HTTP header key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The HTTP header value. Substitution templates are supported.
- Parameters:
 value- The HTTP header value. Substitution templates are supported.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -