Class ListVpcsOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListVpcsOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ListVpcsOptions.classicAccess
(Boolean classicAccess) Set the classicAccess.limit
(long limit) Set the limit.resourceGroupId
(String resourceGroupId) Set the resourceGroupId.Set the start.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListVpcsOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListVpcsOptions builder
-
resourceGroupId
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListVpcsOptions builder
-
classicAccess
Set the classicAccess.- Parameters:
classicAccess
- the classicAccess- Returns:
- the ListVpcsOptions builder
-