Uses of Interface
software.amazon.awssdk.services.ec2.model.TrunkInterfaceAssociation.Builder
Packages that use TrunkInterfaceAssociation.Builder
-
Uses of TrunkInterfaceAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrunkInterfaceAssociation.BuilderModifier and TypeMethodDescriptionTrunkInterfaceAssociation.Builder.associationId(String associationId) The ID of the association.TrunkInterfaceAssociation.Builder.branchInterfaceId(String branchInterfaceId) The ID of the branch network interface.TrunkInterfaceAssociation.builder()The application key when you use the GRE protocol.TrunkInterfaceAssociation.Builder.interfaceProtocol(String interfaceProtocol) The interface protocol.TrunkInterfaceAssociation.Builder.interfaceProtocol(InterfaceProtocolType interfaceProtocol) The interface protocol.TrunkInterfaceAssociation.Builder.tags(Collection<Tag> tags) The tags for the trunk interface association.TrunkInterfaceAssociation.Builder.tags(Consumer<Tag.Builder>... tags) The tags for the trunk interface association.The tags for the trunk interface association.TrunkInterfaceAssociation.toBuilder()TrunkInterfaceAssociation.Builder.trunkInterfaceId(String trunkInterfaceId) The ID of the trunk network interface.The ID of the VLAN when you use the VLAN protocol.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrunkInterfaceAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrunkInterfaceAssociation.Builder>TrunkInterfaceAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrunkInterfaceAssociation.BuilderModifier and TypeMethodDescriptionAssociateTrunkInterfaceResponse.Builder.interfaceAssociation(Consumer<TrunkInterfaceAssociation.Builder> interfaceAssociation) Information about the association between the trunk network interface and branch network interface.