Class UpdatePrivatePathServiceGatewayOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdatePrivatePathServiceGatewayOptions.Builder
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a UpdatePrivatePathServiceGatewayOptions.Set the id.privatePathServiceGatewayPatch(Map<String, Object> privatePathServiceGatewayPatch) Set the privatePathServiceGatewayPatch. 
- 
Constructor Details
- 
Builder
public Builder()Instantiates a new builder. - 
Builder
 
 - 
 - 
Method Details
- 
build
Builds a UpdatePrivatePathServiceGatewayOptions.- Returns:
 - the new UpdatePrivatePathServiceGatewayOptions instance
 
 - 
id
Set the id.- Parameters:
 id- the id- Returns:
 - the UpdatePrivatePathServiceGatewayOptions builder
 
 - 
privatePathServiceGatewayPatch
public UpdatePrivatePathServiceGatewayOptions.Builder privatePathServiceGatewayPatch(Map<String, Object> privatePathServiceGatewayPatch) Set the privatePathServiceGatewayPatch.- Parameters:
 privatePathServiceGatewayPatch- the privatePathServiceGatewayPatch- Returns:
 - the UpdatePrivatePathServiceGatewayOptions builder
 
 
 -