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