Package com.ibm.cloud.is.vpc.v1.model
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder
accountId(String accountId)
Set the accountId.ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions
build()
Builds a ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder
limit(long limit)
Set the limit.ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder
privatePathServiceGatewayId(String privatePathServiceGatewayId)
Set the privatePathServiceGatewayId.ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder
start(String start)
Set the start.ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder
status(String status)
Set the status.
-
-
-
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 ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions 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
public ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder start(String start)
Set the start.- Parameters:
start
- the start- Returns:
- the ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions builder
-
limit
public ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions builder
-
status
public ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder status(String 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
-
-