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