Package com.vmware.nsx_policy.model
Class PktcapActionConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PktcapActionConfig.Builder
-
- Enclosing class:
- PktcapActionConfig
public static final class PktcapActionConfig.Builder extends java.lang.ObjectBuilder class forPktcapActionConfig.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofPktcapActionConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PktcapActionConfigbuild()PktcapActionConfig.BuildersetActionArgument(PktcapActionArgument actionArgument)PktcapActionConfig.BuildersetSamplingArgument(com.vmware.vapi.bindings.Structure samplingArgument)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPktcapActionConfig.
-
-
Method Detail
-
setActionArgument
public PktcapActionConfig.Builder setActionArgument(PktcapActionArgument actionArgument)
- Parameters:
actionArgument- New value for the property.
-
setSamplingArgument
public PktcapActionConfig.Builder setSamplingArgument(com.vmware.vapi.bindings.Structure samplingArgument)
- Parameters:
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 inSamplingArgument. When methods return a value of this class as a return value, the property will contain all the properties defined inSamplingArgument.
-
build
public PktcapActionConfig build()
-
-