public static final class ALBProtocolMatch.Builder
extends java.lang.Object
ALBProtocolMatch.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBProtocolMatch. |
| Modifier and Type | Method and Description |
|---|---|
ALBProtocolMatch |
build() |
ALBProtocolMatch.Builder |
setMatchCriteria(java.lang.String matchCriteria)
Possible values are:
ALBProtocolMatch.MATCH_CRITERIA_IN
ALBProtocolMatch.MATCH_CRITERIA_NOT_IN
Criterion to use for protocol matching the HTTP request. |
ALBProtocolMatch.Builder |
setProtocols(java.lang.String protocols)
Possible values are:
ALBProtocolMatch.PROTOCOLS_HTTP
ALBProtocolMatch.PROTOCOLS_HTTPS
HTTP or HTTPS protocol. |
public Builder()
ALBProtocolMatch.public ALBProtocolMatch.Builder setMatchCriteria(java.lang.String matchCriteria)
matchCriteria - New value for the property.public ALBProtocolMatch.Builder setProtocols(java.lang.String protocols)
protocols - New value for the property.public ALBProtocolMatch build()