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