public static final class BandwidthProfileAction.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BandwidthProfileAction.Builder |
action(BandwidthProfileAction.Action action)
Sets the type of this builder.
|
BandwidthProfileAction |
build()
Builds a new BandwidthProfileAction based on builder's parameters.
|
BandwidthProfileAction.Builder |
dropPrecedence(Short dropPrecedence)
Sets the drop precedence of this builder.
|
BandwidthProfileAction.Builder |
dscpClass(DscpClass dscpClass)
Sets the DSCP class of this builder.
|
BandwidthProfileAction.Builder |
ipPrecedence(IPPrecedence ipPrecedence)
Sets the IP precedence of this builder.
|
public BandwidthProfileAction.Builder action(BandwidthProfileAction.Action action)
action - the builder type to setpublic BandwidthProfileAction.Builder dscpClass(DscpClass dscpClass)
dscpClass - the builder DSCP class to setpublic BandwidthProfileAction.Builder ipPrecedence(IPPrecedence ipPrecedence)
ipPrecedence - the builder IP precedence to setpublic BandwidthProfileAction.Builder dropPrecedence(Short dropPrecedence)
dropPrecedence - the drop IP precedence to setpublic BandwidthProfileAction build()