Package com.ibm.cloud.is.vpc.v1.model
Class ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder
-
- Enclosing class:
- ListPrivatePathServiceGatewayAccountPoliciesOptions
public static class ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder
accountId(String accountId)
Set the accountId.ListPrivatePathServiceGatewayAccountPoliciesOptions
build()
Builds a ListPrivatePathServiceGatewayAccountPoliciesOptions.ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder
limit(long limit)
Set the limit.ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder
privatePathServiceGatewayId(String privatePathServiceGatewayId)
Set the privatePathServiceGatewayId.ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder
start(String start)
Set the start.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String privatePathServiceGatewayId)
Instantiates a new builder with required properties.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayId
-
-
Method Detail
-
build
public ListPrivatePathServiceGatewayAccountPoliciesOptions build()
Builds a ListPrivatePathServiceGatewayAccountPoliciesOptions.- Returns:
- the new ListPrivatePathServiceGatewayAccountPoliciesOptions instance
-
privatePathServiceGatewayId
public ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder privatePathServiceGatewayId(String privatePathServiceGatewayId)
Set the privatePathServiceGatewayId.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayId- Returns:
- the ListPrivatePathServiceGatewayAccountPoliciesOptions builder
-
start
public ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder start(String start)
Set the start.- Parameters:
start
- the start- Returns:
- the ListPrivatePathServiceGatewayAccountPoliciesOptions builder
-
limit
public ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListPrivatePathServiceGatewayAccountPoliciesOptions builder
-
accountId
public ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder accountId(String accountId)
Set the accountId.- Parameters:
accountId
- the accountId- Returns:
- the ListPrivatePathServiceGatewayAccountPoliciesOptions builder
-
-