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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceConnectTestTrafficHeaderMatchRules.Builderexact(String exact)The 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 Detail
-
exact
ServiceConnectTestTrafficHeaderMatchRules.Builder exact(String 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.
-
-