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