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