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