Interface RoutingRuleMatchHeaderValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RoutingRuleMatchHeaderValue.Builder,
,RoutingRuleMatchHeaderValue> SdkBuilder<RoutingRuleMatchHeaderValue.Builder,
,RoutingRuleMatchHeaderValue> SdkPojo
- Enclosing class:
RoutingRuleMatchHeaderValue
@Mutable
@NotThreadSafe
public static interface RoutingRuleMatchHeaderValue.Builder
extends SdkPojo, CopyableBuilder<RoutingRuleMatchHeaderValue.Builder,RoutingRuleMatchHeaderValue>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Header property for this object.Sets the value of the ValueGlob property for this object.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 Details
-
header
Sets the value of the Header property for this object.- Parameters:
header
- The new value for the Header property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueGlob
Sets the value of the ValueGlob property for this object.- Parameters:
valueGlob
- The new value for the ValueGlob property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-