Class GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.direct_link.v1.model.GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate.Builder
-
- Enclosing class:
- GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate
public static class GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(GatewayActionTemplateUpdatesItem gatewayActionTemplateUpdatesItemGatewayClientBgpipUpdate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate.Builder
bgpCerCidr(String bgpCerCidr)
Set the bgpCerCidr.GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate.Builder
bgpIbmCidr(String bgpIbmCidr)
Set the bgpIbmCidr.GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate
build()
Builds a GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate.
-
-
-
Constructor Detail
-
Builder
public Builder(GatewayActionTemplateUpdatesItem gatewayActionTemplateUpdatesItemGatewayClientBgpipUpdate)
-
Builder
public Builder()
Instantiates a new builder.
-
-
Method Detail
-
build
public GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate build()
Builds a GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate.- Returns:
- the new GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate instance
-
bgpCerCidr
public GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate.Builder bgpCerCidr(String bgpCerCidr)
Set the bgpCerCidr.- Parameters:
bgpCerCidr
- the bgpCerCidr- Returns:
- the GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate builder
-
bgpIbmCidr
public GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate.Builder bgpIbmCidr(String bgpIbmCidr)
Set the bgpIbmCidr.- Parameters:
bgpIbmCidr
- the bgpIbmCidr- Returns:
- the GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate builder
-
-