public static class InputEndpoint.Builder extends Object
| Constructor and Description | 
|---|
InputEndpoint.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
InputEndpoint | 
build()  | 
InputEndpoint.Builder | 
externalPort(Integer externalPort)  | 
InputEndpoint.Builder | 
localPort(Integer localPort)  | 
InputEndpoint.Builder | 
name(String name)  | 
InputEndpoint.Builder | 
protocol(Protocol protocol)  | 
public InputEndpoint.Builder localPort(Integer localPort)
public InputEndpoint.Builder externalPort(Integer externalPort)
public InputEndpoint.Builder name(String name)
public InputEndpoint.Builder protocol(Protocol protocol)
public InputEndpoint build()
Copyright © 2009-2013 jclouds. All Rights Reserved.