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