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