Package com.ibm.cloud.is.vpc.v1.model
Class UpdateInstanceNetworkInterfaceOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdateInstanceNetworkInterfaceOptions.Builder
-
- Enclosing class:
- UpdateInstanceNetworkInterfaceOptions
public static class UpdateInstanceNetworkInterfaceOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateInstanceNetworkInterfaceOptionsbuild()Builds a UpdateInstanceNetworkInterfaceOptions.UpdateInstanceNetworkInterfaceOptions.Builderid(String id)Set the id.UpdateInstanceNetworkInterfaceOptions.BuilderinstanceId(String instanceId)Set the instanceId.UpdateInstanceNetworkInterfaceOptions.BuildernetworkInterfacePatch(Map<String,Object> networkInterfacePatch)Set the networkInterfacePatch.
-
-
-
Method Detail
-
build
public UpdateInstanceNetworkInterfaceOptions build()
Builds a UpdateInstanceNetworkInterfaceOptions.- Returns:
- the new UpdateInstanceNetworkInterfaceOptions instance
-
instanceId
public UpdateInstanceNetworkInterfaceOptions.Builder instanceId(String instanceId)
Set the instanceId.- Parameters:
instanceId- the instanceId- Returns:
- the UpdateInstanceNetworkInterfaceOptions builder
-
id
public UpdateInstanceNetworkInterfaceOptions.Builder id(String id)
Set the id.- Parameters:
id- the id- Returns:
- the UpdateInstanceNetworkInterfaceOptions builder
-
networkInterfacePatch
public UpdateInstanceNetworkInterfaceOptions.Builder networkInterfacePatch(Map<String,Object> networkInterfacePatch)
Set the networkInterfacePatch.- Parameters:
networkInterfacePatch- the networkInterfacePatch- Returns:
- the UpdateInstanceNetworkInterfaceOptions builder
-
-