Interface ServiceConnectTestTrafficHeaderMatchRules.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceConnectTestTrafficHeaderMatchRules.Builder,
,ServiceConnectTestTrafficHeaderMatchRules> SdkBuilder<ServiceConnectTestTrafficHeaderMatchRules.Builder,
,ServiceConnectTestTrafficHeaderMatchRules> SdkPojo
- Enclosing class:
ServiceConnectTestTrafficHeaderMatchRules
@Mutable
@NotThreadSafe
public static interface ServiceConnectTestTrafficHeaderMatchRules.Builder
extends SdkPojo, CopyableBuilder<ServiceConnectTestTrafficHeaderMatchRules.Builder,ServiceConnectTestTrafficHeaderMatchRules>
-
Method Summary
Modifier and TypeMethodDescriptionThe exact value that the HTTP header must match for the test traffic routing rule to apply.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
-
exact
The exact value that the HTTP header must match for the test traffic routing rule to apply. This provides precise control over which requests are routed to the new service revision during blue/green deployments.
- Parameters:
exact
- The exact value that the HTTP header must match for the test traffic routing rule to apply. This provides precise control over which requests are routed to the new service revision during blue/green deployments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-