Class ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder
- Enclosing class:
ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions
public static class ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder
extends Object
Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet the accountId.build()
Builds a ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.limit
(long limit) Set the limit.privatePathServiceGatewayId
(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.Set the start.Set the status.
-
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 ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.- Returns:
- the new ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions instance
-
privatePathServiceGatewayId
public ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayId- Returns:
- the ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions builder
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions builder
-
status
Set the status.- Parameters:
status
- the status- Returns:
- the ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions builder
-
accountId
public ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder accountId(String accountId) Set the accountId.- Parameters:
accountId
- the accountId- Returns:
- the ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions builder
-