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