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