Interface HTTPHeader.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HTTPHeader.Builder,,- HTTPHeader> - SdkBuilder<HTTPHeader.Builder,,- HTTPHeader> - SdkPojo
- Enclosing class:
- HTTPHeader
@Mutable
@NotThreadSafe
public static interface HTTPHeader.Builder
extends SdkPojo, CopyableBuilder<HTTPHeader.Builder,HTTPHeader> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of one of the headers in the sampled web request.The value of one of the headers in the sampled web request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of one of the headers in the sampled web request. - Parameters:
- name- The name of one of the headers in the sampled web request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe value of one of the headers in the sampled web request. - Parameters:
- value- The value of one of the headers in the sampled web request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-