public static final class ALBWafPSMLocation.Builder
extends java.lang.Object
ALBWafPSMLocation.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBWafPSMLocation. |
| Modifier and Type | Method and Description |
|---|---|
ALBWafPSMLocation |
build() |
ALBWafPSMLocation.Builder |
setDescription(java.lang.String description)
Free-text comment about this location.
|
ALBWafPSMLocation.Builder |
setIndex(java.lang.Long index)
Location index, this is used to determine the order of the locations.
|
ALBWafPSMLocation.Builder |
setMatch(ALBWafPSMLocationMatch match) |
ALBWafPSMLocation.Builder |
setName(java.lang.String name)
User defined name for this location, it must be unique in the group.
|
ALBWafPSMLocation.Builder |
setRules(java.util.List<ALBWafPSMRule> rules)
A list of rules which should be applied on this location.
|
public Builder()
ALBWafPSMLocation.public ALBWafPSMLocation.Builder setDescription(java.lang.String description)
description - New value for the property.public ALBWafPSMLocation.Builder setIndex(java.lang.Long index)
index - New value for the property.public ALBWafPSMLocation.Builder setMatch(ALBWafPSMLocationMatch match)
match - New value for the property.public ALBWafPSMLocation.Builder setName(java.lang.String name)
name - New value for the property.public ALBWafPSMLocation.Builder setRules(java.util.List<ALBWafPSMRule> rules)
rules - New value for the property.public ALBWafPSMLocation build()