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