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