Package com.ibm.cloud.is.vpc.v1.model
Class ListVpnServersOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.ListVpnServersOptions.Builder
-
- Enclosing class:
- ListVpnServersOptions
public static class ListVpnServersOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListVpnServersOptionsbuild()Builds a ListVpnServersOptions.ListVpnServersOptions.Builderlimit(long limit)Set the limit.ListVpnServersOptions.Buildername(String name)Set the name.ListVpnServersOptions.BuilderresourceGroupId(String resourceGroupId)Set the resourceGroupId.ListVpnServersOptions.Buildersort(String sort)Set the sort.ListVpnServersOptions.Builderstart(String start)Set the start.
-
-
-
Method Detail
-
build
public ListVpnServersOptions build()
Builds a ListVpnServersOptions.- Returns:
- the new ListVpnServersOptions instance
-
name
public ListVpnServersOptions.Builder name(String name)
Set the name.- Parameters:
name- the name- Returns:
- the ListVpnServersOptions builder
-
start
public ListVpnServersOptions.Builder start(String start)
Set the start.- Parameters:
start- the start- Returns:
- the ListVpnServersOptions builder
-
limit
public ListVpnServersOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListVpnServersOptions builder
-
resourceGroupId
public ListVpnServersOptions.Builder resourceGroupId(String resourceGroupId)
Set the resourceGroupId.- Parameters:
resourceGroupId- the resourceGroupId- Returns:
- the ListVpnServersOptions builder
-
sort
public ListVpnServersOptions.Builder sort(String sort)
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListVpnServersOptions builder
-
-