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