| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.associationId(String associationId)
The ID of the association.
|
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.branchInterfaceId(String branchInterfaceId)
The ID of the branch network interface.
|
static TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.builder() |
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.greKey(Integer greKey)
The application key when you use the GRE protocol.
|
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.interfaceProtocol(InterfaceProtocolType interfaceProtocol)
The interface protocol.
|
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.interfaceProtocol(String interfaceProtocol)
The interface protocol.
|
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.tags(Collection<Tag> tags)
The tags.
|
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.tags(Consumer<Tag.Builder>... tags)
The tags.
|
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.tags(Tag... tags)
The tags.
|
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.toBuilder() |
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.trunkInterfaceId(String trunkInterfaceId)
The ID of the trunk network interface.
|
TrunkInterfaceAssociation.Builder |
TrunkInterfaceAssociation.Builder.vlanId(Integer vlanId)
The ID of the VLAN when you use the VLAN protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrunkInterfaceAssociation.Builder> |
TrunkInterfaceAssociation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssociateTrunkInterfaceResponse.Builder |
AssociateTrunkInterfaceResponse.Builder.interfaceAssociation(Consumer<TrunkInterfaceAssociation.Builder> interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
|
Copyright © 2021. All rights reserved.