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