CopyableBuilder<Matcher.Builder,Matcher>
, SdkBuilder<Matcher.Builder,Matcher>
public static interface Matcher.Builder extends CopyableBuilder<Matcher.Builder,Matcher>
Modifier and Type | Method | Description |
---|---|---|
Matcher.Builder |
httpCode(String httpCode) |
The HTTP codes.
|
copy
apply, build
Matcher.Builder httpCode(String httpCode)
The HTTP codes. You can specify values between 200 and 499. The default value is 200. You can specify multiple values (for example, "200,202") or a range of values (for example, "200-299").
httpCode
- The HTTP codes. You can specify values between 200 and 499. The default value is 200. You can specify
multiple values (for example, "200,202") or a range of values (for example, "200-299").Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.