Class ListPublicGatewaysOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListPublicGatewaysOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ListPublicGatewaysOptions.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
Builds a ListPublicGatewaysOptions.- Returns:
- the new ListPublicGatewaysOptions instance
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListPublicGatewaysOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListPublicGatewaysOptions builder
-
resourceGroupId
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListPublicGatewaysOptions builder
-