Package com.vmware.nsx_policy.model
Class MpsSubClusterSvmPropertiesPair.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.MpsSubClusterSvmPropertiesPair.Builder
-
- Enclosing class:
- MpsSubClusterSvmPropertiesPair
public static final class MpsSubClusterSvmPropertiesPair.Builder extends java.lang.Object
Builder class forMpsSubClusterSvmPropertiesPair
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofMpsSubClusterSvmPropertiesPair
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MpsSubClusterSvmPropertiesPair
build()
MpsSubClusterSvmPropertiesPair.Builder
setSubClusterId(java.lang.String subClusterId)
Sub-cluster identifierMpsSubClusterSvmPropertiesPair.Builder
setSvmProperties(MpsSvmProperties svmProperties)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofMpsSubClusterSvmPropertiesPair
.
-
-
Method Detail
-
setSubClusterId
public MpsSubClusterSvmPropertiesPair.Builder setSubClusterId(java.lang.String subClusterId)
Sub-cluster identifier- Parameters:
subClusterId
- New value for the property.
-
setSvmProperties
public MpsSubClusterSvmPropertiesPair.Builder setSvmProperties(MpsSvmProperties svmProperties)
- Parameters:
svmProperties
- New value for the property.
-
build
public MpsSubClusterSvmPropertiesPair build()
-
-