Package com.ibm.cloud.is.vpc.v1.model
Class UpdatePrivatePathServiceGatewayOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdatePrivatePathServiceGatewayOptions.Builder
-
- Enclosing class:
- UpdatePrivatePathServiceGatewayOptions
public static class UpdatePrivatePathServiceGatewayOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePrivatePathServiceGatewayOptions
build()
Builds a UpdatePrivatePathServiceGatewayOptions.UpdatePrivatePathServiceGatewayOptions.Builder
id(String id)
Set the id.UpdatePrivatePathServiceGatewayOptions.Builder
privatePathServiceGatewayPatch(Map<String,Object> privatePathServiceGatewayPatch)
Set the privatePathServiceGatewayPatch.
-
-
-
Method Detail
-
build
public UpdatePrivatePathServiceGatewayOptions build()
Builds a UpdatePrivatePathServiceGatewayOptions.- Returns:
- the new UpdatePrivatePathServiceGatewayOptions instance
-
id
public UpdatePrivatePathServiceGatewayOptions.Builder id(String 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
-
-