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.Object
Builder 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 PolicyGroupKubernetesServiceList
build()
PolicyGroupKubernetesServiceList.Builder
setClusters(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()
-
-