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