Class GetPrivatePathServiceGatewayEndpointGatewayBindingOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.GetPrivatePathServiceGatewayEndpointGatewayBindingOptions.Builder
- Enclosing class:
GetPrivatePathServiceGatewayEndpointGatewayBindingOptions
public static class GetPrivatePathServiceGatewayEndpointGatewayBindingOptions.Builder
extends Object
Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a GetPrivatePathServiceGatewayEndpointGatewayBindingOptions.Set the id.privatePathServiceGatewayId
(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a GetPrivatePathServiceGatewayEndpointGatewayBindingOptions.- Returns:
- the new GetPrivatePathServiceGatewayEndpointGatewayBindingOptions instance
-
privatePathServiceGatewayId
public GetPrivatePathServiceGatewayEndpointGatewayBindingOptions.Builder privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayId- Returns:
- the GetPrivatePathServiceGatewayEndpointGatewayBindingOptions builder
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the GetPrivatePathServiceGatewayEndpointGatewayBindingOptions builder
-