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