Package com.vmware.nsx_policy.model
Class IntentRuntimeRequestParameters.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.IntentRuntimeRequestParameters.Builder
-
- Enclosing class:
- IntentRuntimeRequestParameters
public static final class IntentRuntimeRequestParameters.Builder extends java.lang.Object
Builder class forIntentRuntimeRequestParameters
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofIntentRuntimeRequestParameters
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentRuntimeRequestParameters
build()
IntentRuntimeRequestParameters.Builder
setIntentPath(java.lang.String intentPath)
Policy Path referencing an intent object.IntentRuntimeRequestParameters.Builder
setSitePath(java.lang.String sitePath)
Policy Path referencing a site.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofIntentRuntimeRequestParameters
.
-
-
Method Detail
-
setIntentPath
public IntentRuntimeRequestParameters.Builder setIntentPath(java.lang.String intentPath)
Policy Path referencing an intent object.- Parameters:
intentPath
- New value for the property.
-
setSitePath
public IntentRuntimeRequestParameters.Builder setSitePath(java.lang.String sitePath)
Policy Path referencing a site. This is applicable only on a GlobalManager. If no site_path is specified, then based on the span of the intent the response will be fetched from the respective sites- Parameters:
sitePath
- New value for the property.
-
build
public IntentRuntimeRequestParameters build()
-
-