Class ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListPrivatePathServiceGatewayAccountPoliciesOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet the accountId.build()
Builds a ListPrivatePathServiceGatewayAccountPoliciesOptions.limit
(long limit) Set the limit.privatePathServiceGatewayId
(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.Set the start.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayId
-
-
Method Details
-
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
Set the start.- Parameters:
start
- the start- Returns:
- the ListPrivatePathServiceGatewayAccountPoliciesOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListPrivatePathServiceGatewayAccountPoliciesOptions builder
-
accountId
Set the accountId.- Parameters:
accountId
- the accountId- Returns:
- the ListPrivatePathServiceGatewayAccountPoliciesOptions builder
-