Class PublishPrivatePathServiceGatewayOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.PublishPrivatePathServiceGatewayOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a PublishPrivatePathServiceGatewayOptions.privatePathServiceGatewayId
(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.
-
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 PublishPrivatePathServiceGatewayOptions.- Returns:
- the new PublishPrivatePathServiceGatewayOptions instance
-
privatePathServiceGatewayId
public PublishPrivatePathServiceGatewayOptions.Builder privatePathServiceGatewayId(String privatePathServiceGatewayId) Set the privatePathServiceGatewayId.- Parameters:
privatePathServiceGatewayId
- the privatePathServiceGatewayId- Returns:
- the PublishPrivatePathServiceGatewayOptions builder
-