Package com.vmware.nsx_policy.model
Class GatewayInterfaceReference.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.GatewayInterfaceReference.Builder
-
- Enclosing class:
- GatewayInterfaceReference
public static final class GatewayInterfaceReference.Builder extends java.lang.Object
Builder class forGatewayInterfaceReference
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofGatewayInterfaceReference
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayInterfaceReference
build()
GatewayInterfaceReference.Builder
setInterfacePath(java.lang.String interfacePath)
Absolute policy path of member interface.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofGatewayInterfaceReference
.
-
-
Method Detail
-
setInterfacePath
public GatewayInterfaceReference.Builder setInterfacePath(java.lang.String interfacePath)
Absolute policy path of member interface.- Parameters:
interfacePath
- New value for the property.
-
build
public GatewayInterfaceReference build()
-
-