Package com.vmware.nsx_policy.model
Class AggregatePolicyRuntimeInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.AggregatePolicyRuntimeInfo.Builder
-
- Enclosing class:
- AggregatePolicyRuntimeInfo
public static final class AggregatePolicyRuntimeInfo.Builder extends java.lang.ObjectBuilder class forAggregatePolicyRuntimeInfo.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofAggregatePolicyRuntimeInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregatePolicyRuntimeInfobuild()AggregatePolicyRuntimeInfo.BuildersetIntentPath(java.lang.String intentPath)Intent path of object, forward slashes must be escaped using %2F.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofAggregatePolicyRuntimeInfo.
-
-
Method Detail
-
setIntentPath
public AggregatePolicyRuntimeInfo.Builder setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
intentPath- New value for the property.
-
build
public AggregatePolicyRuntimeInfo build()
-
-