public static final class ALBAuthenticationRule.Builder
extends java.lang.Object
ALBAuthenticationRule.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBAuthenticationRule. |
| Modifier and Type | Method and Description |
|---|---|
ALBAuthenticationRule |
build() |
ALBAuthenticationRule.Builder |
setAction(ALBAuthenticationAction action) |
ALBAuthenticationRule.Builder |
setEnable(java.lang.Boolean enable)
Enable or disable the rule.
|
ALBAuthenticationRule.Builder |
setIndex(java.lang.Long index)
Index of the rule.
|
ALBAuthenticationRule.Builder |
setMatch(ALBAuthenticationMatch match) |
ALBAuthenticationRule.Builder |
setName(java.lang.String name)
Name of the rule.
|
public Builder()
ALBAuthenticationRule.public ALBAuthenticationRule.Builder setAction(ALBAuthenticationAction action)
action - New value for the property.public ALBAuthenticationRule.Builder setEnable(java.lang.Boolean enable)
enable - New value for the property.public ALBAuthenticationRule.Builder setIndex(java.lang.Long index)
index - New value for the property.public ALBAuthenticationRule.Builder setMatch(ALBAuthenticationMatch match)
match - New value for the property.public ALBAuthenticationRule.Builder setName(java.lang.String name)
name - New value for the property.public ALBAuthenticationRule build()