Class RemoveInstanceNetworkInterfaceFloatingIpOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.RemoveInstanceNetworkInterfaceFloatingIpOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a RemoveInstanceNetworkInterfaceFloatingIpOptions.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 RemoveInstanceNetworkInterfaceFloatingIpOptions.- Returns:
- the new RemoveInstanceNetworkInterfaceFloatingIpOptions instance
-
instanceId
Set the instanceId.- Parameters:
instanceId
- the instanceId- Returns:
- the RemoveInstanceNetworkInterfaceFloatingIpOptions builder
-
networkInterfaceId
public RemoveInstanceNetworkInterfaceFloatingIpOptions.Builder networkInterfaceId(String networkInterfaceId) Set the networkInterfaceId.- Parameters:
networkInterfaceId
- the networkInterfaceId- Returns:
- the RemoveInstanceNetworkInterfaceFloatingIpOptions builder
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the RemoveInstanceNetworkInterfaceFloatingIpOptions builder
-