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