Class AddInstanceNetworkInterfaceFloatingIpOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.AddInstanceNetworkInterfaceFloatingIpOptions.Builder
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a AddInstanceNetworkInterfaceFloatingIpOptions.Set the id.instanceId(String instanceId) Set the instanceId.networkInterfaceId(String networkInterfaceId) Set the networkInterfaceId. 
- 
Constructor Details
- 
Builder
public Builder()Instantiates a new builder. - 
Builder
 
 - 
 - 
Method Details
- 
build
Builds a AddInstanceNetworkInterfaceFloatingIpOptions.- Returns:
 - the new AddInstanceNetworkInterfaceFloatingIpOptions instance
 
 - 
instanceId
Set the instanceId.- Parameters:
 instanceId- the instanceId- Returns:
 - the AddInstanceNetworkInterfaceFloatingIpOptions builder
 
 - 
networkInterfaceId
public AddInstanceNetworkInterfaceFloatingIpOptions.Builder networkInterfaceId(String networkInterfaceId) Set the networkInterfaceId.- Parameters:
 networkInterfaceId- the networkInterfaceId- Returns:
 - the AddInstanceNetworkInterfaceFloatingIpOptions builder
 
 - 
id
Set the id.- Parameters:
 id- the id- Returns:
 - the AddInstanceNetworkInterfaceFloatingIpOptions builder
 
 
 -