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