Class GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.Builder
- java.lang.Object
- 
- com.ibm.cloud.networking.direct_link.v1.model.GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.Builder
 
- 
- Enclosing class:
- GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate
 
 public static class GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.Builder extends Object Builder.
- 
- 
Constructor SummaryConstructors Constructor Description Builder()Instantiates a new builder.Builder(GatewayActionTemplateUpdatesItem gatewayActionTemplateUpdatesItemGatewayClientVlanUpdate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayActionTemplateUpdatesItemGatewayClientVLANUpdatebuild()Builds a GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.Buildervlan(long vlan)Set the vlan.
 
- 
- 
- 
Constructor Detail- 
Builderpublic Builder(GatewayActionTemplateUpdatesItem gatewayActionTemplateUpdatesItemGatewayClientVlanUpdate) 
 - 
Builderpublic Builder() Instantiates a new builder.
 
- 
 - 
Method Detail- 
buildpublic GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate build() Builds a GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.- Returns:
- the new GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate instance
 
 - 
vlanpublic GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.Builder vlan(long vlan) Set the vlan.- Parameters:
- vlan- the vlan
- Returns:
- the GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate builder
 
 
- 
 
-