Package com.ibm.cloud.is.vpc.v1.model
Class CreateVpnGatewayOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.CreateVpnGatewayOptions.Builder
-
- Enclosing class:
- CreateVpnGatewayOptions
public static class CreateVpnGatewayOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(VPNGatewayPrototype vpnGatewayPrototype)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateVpnGatewayOptions
build()
Builds a CreateVpnGatewayOptions.CreateVpnGatewayOptions.Builder
vpnGatewayPrototype(VPNGatewayPrototype vpnGatewayPrototype)
Set the vpnGatewayPrototype.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(VPNGatewayPrototype vpnGatewayPrototype)
Instantiates a new builder with required properties.- Parameters:
vpnGatewayPrototype
- the vpnGatewayPrototype
-
-
Method Detail
-
build
public CreateVpnGatewayOptions build()
Builds a CreateVpnGatewayOptions.- Returns:
- the new CreateVpnGatewayOptions instance
-
vpnGatewayPrototype
public CreateVpnGatewayOptions.Builder vpnGatewayPrototype(VPNGatewayPrototype vpnGatewayPrototype)
Set the vpnGatewayPrototype.- Parameters:
vpnGatewayPrototype
- the vpnGatewayPrototype- Returns:
- the CreateVpnGatewayOptions builder
-
-