Package com.ibm.cloud.is.vpc.v1.model
Class ListVpcAddressPrefixesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.ListVpcAddressPrefixesOptions.Builder
-
- Enclosing class:
- ListVpcAddressPrefixesOptions
public static class ListVpcAddressPrefixesOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListVpcAddressPrefixesOptionsbuild()Builds a ListVpcAddressPrefixesOptions.ListVpcAddressPrefixesOptions.Builderlimit(long limit)Set the limit.ListVpcAddressPrefixesOptions.Builderstart(String start)Set the start.ListVpcAddressPrefixesOptions.BuildervpcId(String vpcId)Set the vpcId.
-
-
-
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 ListVpcAddressPrefixesOptions build()
Builds a ListVpcAddressPrefixesOptions.- Returns:
- the new ListVpcAddressPrefixesOptions instance
-
vpcId
public ListVpcAddressPrefixesOptions.Builder vpcId(String vpcId)
Set the vpcId.- Parameters:
vpcId- the vpcId- Returns:
- the ListVpcAddressPrefixesOptions builder
-
start
public ListVpcAddressPrefixesOptions.Builder start(String start)
Set the start.- Parameters:
start- the start- Returns:
- the ListVpcAddressPrefixesOptions builder
-
limit
public ListVpcAddressPrefixesOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListVpcAddressPrefixesOptions builder
-
-