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