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 SummaryConstructors Constructor Description Builder()Instantiates a new builder.Builder(GatewayActionTemplateUpdatesItem gatewayActionTemplateUpdatesItemGatewayClientBgpasnUpdate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate.BuilderbgpAsn(long bgpAsn)Set the bgpAsn.GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdatebuild()Builds a GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate.
 
- 
- 
- 
Constructor Detail- 
Builderpublic Builder(GatewayActionTemplateUpdatesItem gatewayActionTemplateUpdatesItemGatewayClientBgpasnUpdate) 
 - 
Builderpublic Builder() Instantiates a new builder.
 
- 
 - 
Method Detail- 
buildpublic GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate build() Builds a GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate.- Returns:
- the new GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate instance
 
 - 
bgpAsnpublic GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate.Builder bgpAsn(long bgpAsn) Set the bgpAsn.- Parameters:
- bgpAsn- the bgpAsn
- Returns:
- the GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate builder
 
 
- 
 
-