public static final class PrefixEntry.Builder
extends java.lang.Object
PrefixEntry
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PrefixEntry . |
Modifier and Type | Method and Description |
---|---|
PrefixEntry |
build() |
PrefixEntry.Builder |
setAction(java.lang.String action)
Possible values are:
PrefixEntry.ACTION_PERMIT PrefixEntry.ACTION_DENY Action for the
prefix list. |
PrefixEntry.Builder |
setGe(java.lang.Long ge)
Prefix length greater than or equal to.
|
PrefixEntry.Builder |
setLe(java.lang.Long le)
Prefix length less than or equal to.
|
PrefixEntry.Builder |
setNetwork(java.lang.String network)
Network prefix in CIDR format.
|
public Builder()
PrefixEntry
.public PrefixEntry.Builder setAction(java.lang.String action)
action
- New value for the property.public PrefixEntry.Builder setGe(java.lang.Long ge)
ge
- New value for the property.public PrefixEntry.Builder setLe(java.lang.Long le)
le
- New value for the property.public PrefixEntry.Builder setNetwork(java.lang.String network)
network
- New value for the property.public PrefixEntry build()