Package com.vmware.nsx_policy.model
Class PolicyGroupKubernetesIngressNamespace.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyGroupKubernetesIngressNamespace.Builder
-
- Enclosing class:
- PolicyGroupKubernetesIngressNamespace
public static final class PolicyGroupKubernetesIngressNamespace.Builder extends java.lang.Object
Builder class forPolicyGroupKubernetesIngressNamespace
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofPolicyGroupKubernetesIngressNamespace
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyGroupKubernetesIngressNamespace
build()
PolicyGroupKubernetesIngressNamespace.Builder
setDisplayName(java.lang.String displayName)
The name of kubernetes namespace This property may be present in responses from the server, but if it is present in a request to server it will be ignored.PolicyGroupKubernetesIngressNamespace.Builder
setExternalId(java.lang.String externalId)
The id of kubernetes namespace This property may be present in responses from the server, but if it is present in a request to server it will be ignored.PolicyGroupKubernetesIngressNamespace.Builder
setKubernetesIngresses(java.util.List<PolicyKubernetesIngress> kubernetesIngresses)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPolicyGroupKubernetesIngressNamespace
.
-
-
Method Detail
-
setDisplayName
public PolicyGroupKubernetesIngressNamespace.Builder setDisplayName(java.lang.String displayName)
The name of kubernetes namespace This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
displayName
- New value for the property.
-
setExternalId
public PolicyGroupKubernetesIngressNamespace.Builder setExternalId(java.lang.String externalId)
The id of kubernetes namespace This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
externalId
- New value for the property.
-
setKubernetesIngresses
public PolicyGroupKubernetesIngressNamespace.Builder setKubernetesIngresses(java.util.List<PolicyKubernetesIngress> kubernetesIngresses)
- Parameters:
kubernetesIngresses
- New value for the property.
-
build
public PolicyGroupKubernetesIngressNamespace build()
-
-