public static class RouterInterface.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
portId |
protected String |
subnetId |
Constructor and Description |
---|
RouterInterface.Builder() |
Modifier and Type | Method and Description |
---|---|
RouterInterface |
build() |
RouterInterface.Builder |
fromRouterInterface(RouterInterface in) |
RouterInterface.Builder |
portId(String portId)
Provide the portId to the RouterInterface's Builder.
|
RouterInterface.Builder |
subnetId(String subnetId)
Provide the subnetId to the RouterInterface's Builder.
|
public RouterInterface.Builder subnetId(String subnetId)
RouterInterface.getSubnetId()
public RouterInterface.Builder portId(String portId)
RouterInterface.getPortId()
public RouterInterface build()
public RouterInterface.Builder fromRouterInterface(RouterInterface in)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.