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