Interface Matcher.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Matcher.Builder,Matcher>,SdkBuilder<Matcher.Builder,Matcher>,SdkPojo
- Enclosing class:
- Matcher
public static interface Matcher.Builder extends SdkPojo, CopyableBuilder<Matcher.Builder,Matcher>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matcher.BuilderhttpCode(String httpCode)The HTTP code to use when checking for a successful response from a target.-
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, sdkFields
-
-
-
-
Method Detail
-
httpCode
Matcher.Builder httpCode(String httpCode)
The HTTP code to use when checking for a successful response from a target.
- Parameters:
httpCode- The HTTP code to use when checking for a successful response from a target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-