Package com.ibm.cloud.is.vpc.v1.model
Class ListBareMetalServersOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.ListBareMetalServersOptions.Builder
-
- Enclosing class:
- ListBareMetalServersOptions
public static class ListBareMetalServersOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBareMetalServersOptions
build()
Builds a ListBareMetalServersOptions.ListBareMetalServersOptions.Builder
limit(long limit)
Set the limit.ListBareMetalServersOptions.Builder
name(String name)
Set the name.ListBareMetalServersOptions.Builder
resourceGroupId(String resourceGroupId)
Set the resourceGroupId.ListBareMetalServersOptions.Builder
start(String start)
Set the start.ListBareMetalServersOptions.Builder
vpcCrn(String vpcCrn)
Set the vpcCrn.ListBareMetalServersOptions.Builder
vpcId(String vpcId)
Set the vpcId.ListBareMetalServersOptions.Builder
vpcName(String vpcName)
Set the vpcName.
-
-
-
Method Detail
-
build
public ListBareMetalServersOptions build()
Builds a ListBareMetalServersOptions.- Returns:
- the new ListBareMetalServersOptions instance
-
start
public ListBareMetalServersOptions.Builder start(String start)
Set the start.- Parameters:
start
- the start- Returns:
- the ListBareMetalServersOptions builder
-
limit
public ListBareMetalServersOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListBareMetalServersOptions builder
-
resourceGroupId
public ListBareMetalServersOptions.Builder resourceGroupId(String resourceGroupId)
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListBareMetalServersOptions builder
-
name
public ListBareMetalServersOptions.Builder name(String name)
Set the name.- Parameters:
name
- the name- Returns:
- the ListBareMetalServersOptions builder
-
vpcId
public ListBareMetalServersOptions.Builder vpcId(String vpcId)
Set the vpcId.- Parameters:
vpcId
- the vpcId- Returns:
- the ListBareMetalServersOptions builder
-
vpcCrn
public ListBareMetalServersOptions.Builder vpcCrn(String vpcCrn)
Set the vpcCrn.- Parameters:
vpcCrn
- the vpcCrn- Returns:
- the ListBareMetalServersOptions builder
-
vpcName
public ListBareMetalServersOptions.Builder vpcName(String vpcName)
Set the vpcName.- Parameters:
vpcName
- the vpcName- Returns:
- the ListBareMetalServersOptions builder
-
-