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