public static final class PrefixConfig.Builder
extends java.lang.Object
PrefixConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PrefixConfig. |
| Modifier and Type | Method and Description |
|---|---|
PrefixConfig |
build() |
PrefixConfig.Builder |
setAction(java.lang.String action)
Possible values are:
PrefixConfig.ACTION_PERMIT PrefixConfig.ACTION_DENY Action for the
IPPrefix |
PrefixConfig.Builder |
setGe(java.lang.Long ge)
Greater than or equal to format: int64
|
PrefixConfig.Builder |
setLe(java.lang.Long le)
Less than or equal to format: int64
|
PrefixConfig.Builder |
setNetwork(java.lang.String network)
If absent, the action applies to all addresses.
|
public Builder()
PrefixConfig.public PrefixConfig.Builder setAction(java.lang.String action)
action - New value for the property.public PrefixConfig.Builder setGe(java.lang.Long ge)
ge - New value for the property.public PrefixConfig.Builder setLe(java.lang.Long le)
le - New value for the property.public PrefixConfig.Builder setNetwork(java.lang.String network)
network - New value for the property.public PrefixConfig build()