public static final class PktcapActionConfig.Builder
extends java.lang.Object
PktcapActionConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PktcapActionConfig. |
| Modifier and Type | Method and Description |
|---|---|
PktcapActionConfig |
build() |
PktcapActionConfig.Builder |
setActionArgument(PktcapActionArgument actionArgument) |
PktcapActionConfig.Builder |
setSamplingArgument(com.vmware.vapi.bindings.Structure samplingArgument) |
public Builder()
PktcapActionConfig.public PktcapActionConfig.Builder setActionArgument(PktcapActionArgument actionArgument)
actionArgument - New value for the property.public PktcapActionConfig.Builder setSamplingArgument(com.vmware.vapi.bindings.Structure samplingArgument)
samplingArgument - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in SamplingArgument. When methods return a value of
this class as a return value, the property will contain all the properties
defined in SamplingArgument.public PktcapActionConfig build()