public static interface RuleMatch.Builder extends SdkPojo, CopyableBuilder<RuleMatch.Builder,RuleMatch>
| Modifier and Type | Method and Description |
|---|---|
default RuleMatch.Builder |
httpMatch(Consumer<HttpMatch.Builder> httpMatch)
The HTTP criteria that a rule must match.
|
RuleMatch.Builder |
httpMatch(HttpMatch httpMatch)
The HTTP criteria that a rule must match.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleMatch.Builder httpMatch(HttpMatch httpMatch)
The HTTP criteria that a rule must match.
httpMatch - The HTTP criteria that a rule must match.default RuleMatch.Builder httpMatch(Consumer<HttpMatch.Builder> httpMatch)
The HTTP criteria that a rule must match.
This is a convenience method that creates an instance of theHttpMatch.Builder avoiding the need to
create one manually via HttpMatch.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to httpMatch(HttpMatch).
httpMatch - a consumer that will call methods on HttpMatch.BuilderhttpMatch(HttpMatch)Copyright © 2023. All rights reserved.