public static final class ALBPortMatch.Builder
extends java.lang.Object
ALBPortMatch.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBPortMatch. |
| Modifier and Type | Method and Description |
|---|---|
ALBPortMatch |
build() |
ALBPortMatch.Builder |
setMatchCriteria(java.lang.String matchCriteria)
Possible values are:
ALBPortMatch.MATCH_CRITERIA_IN
ALBPortMatch.MATCH_CRITERIA_NOT_IN
Criterion to use for port matching the HTTP request. |
ALBPortMatch.Builder |
setPorts(java.util.List<java.lang.Long> ports)
Listening TCP port(s).
|
public Builder()
ALBPortMatch.public ALBPortMatch.Builder setMatchCriteria(java.lang.String matchCriteria)
matchCriteria - New value for the property.public ALBPortMatch.Builder setPorts(java.util.List<java.lang.Long> ports)
ports - New value for the property.public ALBPortMatch build()