Class ListBareMetalServersOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListBareMetalServersOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ListBareMetalServersOptions.limit
(long limit) Set the limit.Set the name.reservationCrn
(String reservationCrn) Set the reservationCrn.reservationId
(String reservationId) Set the reservationId.reservationName
(String reservationName) Set the reservationName.resourceGroupId
(String resourceGroupId) Set the resourceGroupId.Set the start.Set the vpcCrn.Set the vpcId.Set the vpcName.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a ListBareMetalServersOptions.- Returns:
- the new ListBareMetalServersOptions instance
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListBareMetalServersOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListBareMetalServersOptions builder
-
resourceGroupId
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListBareMetalServersOptions builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the ListBareMetalServersOptions builder
-
reservationId
Set the reservationId.- Parameters:
reservationId
- the reservationId- Returns:
- the ListBareMetalServersOptions builder
-
reservationCrn
Set the reservationCrn.- Parameters:
reservationCrn
- the reservationCrn- Returns:
- the ListBareMetalServersOptions builder
-
reservationName
Set the reservationName.- Parameters:
reservationName
- the reservationName- Returns:
- the ListBareMetalServersOptions builder
-
vpcId
Set the vpcId.- Parameters:
vpcId
- the vpcId- Returns:
- the ListBareMetalServersOptions builder
-
vpcCrn
Set the vpcCrn.- Parameters:
vpcCrn
- the vpcCrn- Returns:
- the ListBareMetalServersOptions builder
-
vpcName
Set the vpcName.- Parameters:
vpcName
- the vpcName- Returns:
- the ListBareMetalServersOptions builder
-