Package com.vmware.nsx_policy.model
Class PolicyGroupAntreaIPPoolList.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyGroupAntreaIPPoolList.Builder
-
- Enclosing class:
- PolicyGroupAntreaIPPoolList
public static final class PolicyGroupAntreaIPPoolList.Builder extends java.lang.Object
Builder class forPolicyGroupAntreaIPPoolList
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPolicyGroupAntreaIPPoolList
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyGroupAntreaIPPoolList
build()
PolicyGroupAntreaIPPoolList.Builder
setClusters(java.util.List<PolicyGroupAntreaIPPoolCluster> clusters)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPolicyGroupAntreaIPPoolList
.
-
-
Method Detail
-
setClusters
public PolicyGroupAntreaIPPoolList.Builder setClusters(java.util.List<PolicyGroupAntreaIPPoolCluster> clusters)
- Parameters:
clusters
- New value for the property.
-
build
public PolicyGroupAntreaIPPoolList build()
-
-