public static interface LocalGatewayVirtualInterfaceGroup.Builder extends SdkPojo, CopyableBuilder<LocalGatewayVirtualInterfaceGroup.Builder,LocalGatewayVirtualInterfaceGroup>
| Modifier and Type | Method and Description |
|---|---|
LocalGatewayVirtualInterfaceGroup.Builder |
localGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGatewayVirtualInterfaceGroup.Builder |
localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
|
LocalGatewayVirtualInterfaceGroup.Builder |
localGatewayVirtualInterfaceIds(Collection<String> localGatewayVirtualInterfaceIds)
The IDs of the virtual interfaces.
|
LocalGatewayVirtualInterfaceGroup.Builder |
localGatewayVirtualInterfaceIds(String... localGatewayVirtualInterfaceIds)
The IDs of the virtual interfaces.
|
LocalGatewayVirtualInterfaceGroup.Builder |
ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
|
LocalGatewayVirtualInterfaceGroup.Builder |
tags(Collection<Tag> tags)
The tags assigned to the virtual interface group.
|
LocalGatewayVirtualInterfaceGroup.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags assigned to the virtual interface group.
|
LocalGatewayVirtualInterfaceGroup.Builder |
tags(Tag... tags)
The tags assigned to the virtual interface group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalGatewayVirtualInterfaceGroup.Builder localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
localGatewayVirtualInterfaceGroupId - The ID of the virtual interface group.LocalGatewayVirtualInterfaceGroup.Builder localGatewayVirtualInterfaceIds(Collection<String> localGatewayVirtualInterfaceIds)
The IDs of the virtual interfaces.
localGatewayVirtualInterfaceIds - The IDs of the virtual interfaces.LocalGatewayVirtualInterfaceGroup.Builder localGatewayVirtualInterfaceIds(String... localGatewayVirtualInterfaceIds)
The IDs of the virtual interfaces.
localGatewayVirtualInterfaceIds - The IDs of the virtual interfaces.LocalGatewayVirtualInterfaceGroup.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.LocalGatewayVirtualInterfaceGroup.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
ownerId - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.LocalGatewayVirtualInterfaceGroup.Builder tags(Collection<Tag> tags)
The tags assigned to the virtual interface group.
tags - The tags assigned to the virtual interface group.LocalGatewayVirtualInterfaceGroup.Builder tags(Tag... tags)
The tags assigned to the virtual interface group.
tags - The tags assigned to the virtual interface group.LocalGatewayVirtualInterfaceGroup.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the virtual interface group.
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.