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 method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.