Package com.vmware.nsx_policy.model
Class PathPrefixListRequestParameter.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PathPrefixListRequestParameter.Builder
-
- Enclosing class:
- PathPrefixListRequestParameter
public static final class PathPrefixListRequestParameter.Builder extends java.lang.Object
Builder class forPathPrefixListRequestParameter
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPathPrefixListRequestParameter
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathPrefixListRequestParameter
build()
PathPrefixListRequestParameter.Builder
setPathPrefixes(java.util.List<java.lang.String> pathPrefixes)
The array contains path-prefix
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPathPrefixListRequestParameter
.
-
-
Method Detail
-
setPathPrefixes
public PathPrefixListRequestParameter.Builder setPathPrefixes(java.util.List<java.lang.String> pathPrefixes)
The array contains path-prefix- Parameters:
pathPrefixes
- New value for the property.
-
build
public PathPrefixListRequestParameter build()
-
-