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