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 Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(GatewayActionTemplateUpdatesItem gatewayActionTemplateUpdatesItemGatewayClientVlanUpdate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate
build()
Builds a GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.Builder
vlan(long vlan)
Set the vlan.
-
-
-
Constructor Detail
-
Builder
public Builder(GatewayActionTemplateUpdatesItem gatewayActionTemplateUpdatesItemGatewayClientVlanUpdate)
-
Builder
public Builder()
Instantiates a new builder.
-
-
Method Detail
-
build
public GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate build()
Builds a GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.- Returns:
- the new GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate instance
-
vlan
public GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate.Builder vlan(long vlan)
Set the vlan.- Parameters:
vlan
- the vlan- Returns:
- the GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate builder
-
-