Package com.ibm.cloud.is.vpc.v1.model
Class GetNetworkInterfaceFloatingIpOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.GetNetworkInterfaceFloatingIpOptions.Builder
-
- Enclosing class:
- GetNetworkInterfaceFloatingIpOptions
public static class GetNetworkInterfaceFloatingIpOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetNetworkInterfaceFloatingIpOptions
build()
Builds a GetNetworkInterfaceFloatingIpOptions.GetNetworkInterfaceFloatingIpOptions.Builder
id(String id)
Set the id.GetNetworkInterfaceFloatingIpOptions.Builder
virtualNetworkInterfaceId(String virtualNetworkInterfaceId)
Set the virtualNetworkInterfaceId.
-
-
-
Method Detail
-
build
public GetNetworkInterfaceFloatingIpOptions build()
Builds a GetNetworkInterfaceFloatingIpOptions.- Returns:
- the new GetNetworkInterfaceFloatingIpOptions instance
-
virtualNetworkInterfaceId
public GetNetworkInterfaceFloatingIpOptions.Builder virtualNetworkInterfaceId(String virtualNetworkInterfaceId)
Set the virtualNetworkInterfaceId.- Parameters:
virtualNetworkInterfaceId
- the virtualNetworkInterfaceId- Returns:
- the GetNetworkInterfaceFloatingIpOptions builder
-
id
public GetNetworkInterfaceFloatingIpOptions.Builder id(String id)
Set the id.- Parameters:
id
- the id- Returns:
- the GetNetworkInterfaceFloatingIpOptions builder
-
-