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