public static interface TrunkInterfaceAssociation.Builder extends SdkPojo, CopyableBuilder<TrunkInterfaceAssociation.Builder,TrunkInterfaceAssociation>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrunkInterfaceAssociation.Builder associationId(String associationId)
The ID of the association.
associationId - The ID of the association.TrunkInterfaceAssociation.Builder branchInterfaceId(String branchInterfaceId)
The ID of the branch network interface.
branchInterfaceId - The ID of the branch network interface.TrunkInterfaceAssociation.Builder trunkInterfaceId(String trunkInterfaceId)
The ID of the trunk network interface.
trunkInterfaceId - The ID of the trunk network interface.TrunkInterfaceAssociation.Builder interfaceProtocol(String interfaceProtocol)
The interface protocol. Valid values are VLAN and GRE.
interfaceProtocol - The interface protocol. Valid values are VLAN and GRE.InterfaceProtocolType,
InterfaceProtocolTypeTrunkInterfaceAssociation.Builder interfaceProtocol(InterfaceProtocolType interfaceProtocol)
The interface protocol. Valid values are VLAN and GRE.
interfaceProtocol - The interface protocol. Valid values are VLAN and GRE.InterfaceProtocolType,
InterfaceProtocolTypeTrunkInterfaceAssociation.Builder vlanId(Integer vlanId)
The ID of the VLAN when you use the VLAN protocol.
vlanId - The ID of the VLAN when you use the VLAN protocol.TrunkInterfaceAssociation.Builder greKey(Integer greKey)
The application key when you use the GRE protocol.
greKey - The application key when you use the GRE protocol.TrunkInterfaceAssociation.Builder tags(Collection<Tag> tags)
The tags.
tags - The tags.TrunkInterfaceAssociation.Builder tags(Tag... tags)
The tags.
tags - The tags.TrunkInterfaceAssociation.Builder tags(Consumer<Tag.Builder>... tags)
The tags.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2021. All rights reserved.