public static final class TraceActionConfig.Builder
extends java.lang.Object
TraceActionConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TraceActionConfig. |
| Modifier and Type | Method and Description |
|---|---|
TraceActionConfig |
build() |
TraceActionConfig.Builder |
setActionArgument(TraceActionArgument actionArgument) |
TraceActionConfig.Builder |
setSamplingArgument(com.vmware.vapi.bindings.Structure samplingArgument) |
public Builder()
TraceActionConfig.public TraceActionConfig.Builder setActionArgument(TraceActionArgument actionArgument)
actionArgument - New value for the property.public TraceActionConfig.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 TraceActionConfig build()