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