public static final class ALBAuthorizationMatch.Builder
extends java.lang.Object
ALBAuthorizationMatch.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBAuthorizationMatch. |
| Modifier and Type | Method and Description |
|---|---|
ALBAuthorizationMatch |
build() |
ALBAuthorizationMatch.Builder |
setAttrMatches(java.util.List<ALBAuthAttributeMatch> attrMatches)
Attributes whose values need to be matched.
|
ALBAuthorizationMatch.Builder |
setHostHdr(ALBHostHdrMatch hostHdr) |
ALBAuthorizationMatch.Builder |
setMethod(ALBMethodMatch method) |
ALBAuthorizationMatch.Builder |
setPath(ALBPathMatch path) |
public Builder()
ALBAuthorizationMatch.public ALBAuthorizationMatch.Builder setAttrMatches(java.util.List<ALBAuthAttributeMatch> attrMatches)
attrMatches - New value for the property.public ALBAuthorizationMatch.Builder setHostHdr(ALBHostHdrMatch hostHdr)
hostHdr - New value for the property.public ALBAuthorizationMatch.Builder setMethod(ALBMethodMatch method)
method - New value for the property.public ALBAuthorizationMatch.Builder setPath(ALBPathMatch path)
path - New value for the property.public ALBAuthorizationMatch build()