Uses of Interface
software.amazon.awssdk.services.ec2.model.LocalGatewayVirtualInterfaceGroup.Builder
Packages that use LocalGatewayVirtualInterfaceGroup.Builder
-
Uses of LocalGatewayVirtualInterfaceGroup.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayVirtualInterfaceGroup.BuilderModifier and TypeMethodDescriptionLocalGatewayVirtualInterfaceGroup.builder()LocalGatewayVirtualInterfaceGroup.Builder.configurationState(String configurationState) The current state of the local gateway virtual interface group.LocalGatewayVirtualInterfaceGroup.Builder.configurationState(LocalGatewayVirtualInterfaceGroupConfigurationState configurationState) The current state of the local gateway virtual interface group.LocalGatewayVirtualInterfaceGroup.Builder.localBgpAsn(Integer localBgpAsn) The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).LocalGatewayVirtualInterfaceGroup.Builder.localBgpAsnExtended(Long localBgpAsnExtended) The extended 32-bit ASN for the local BGP configuration.LocalGatewayVirtualInterfaceGroup.Builder.localGatewayId(String localGatewayId) The ID of the local gateway.LocalGatewayVirtualInterfaceGroup.Builder.localGatewayVirtualInterfaceGroupArn(String localGatewayVirtualInterfaceGroupArn) The Amazon Resource Number (ARN) of the local gateway virtual interface group.LocalGatewayVirtualInterfaceGroup.Builder.localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) The ID of the virtual interface group.LocalGatewayVirtualInterfaceGroup.Builder.localGatewayVirtualInterfaceIds(String... localGatewayVirtualInterfaceIds) The IDs of the virtual interfaces.LocalGatewayVirtualInterfaceGroup.Builder.localGatewayVirtualInterfaceIds(Collection<String> localGatewayVirtualInterfaceIds) The IDs of the virtual interfaces.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.The tags assigned to the virtual interface group.LocalGatewayVirtualInterfaceGroup.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayVirtualInterfaceGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LocalGatewayVirtualInterfaceGroup.Builder>LocalGatewayVirtualInterfaceGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayVirtualInterfaceGroup.BuilderModifier and TypeMethodDescriptionCreateLocalGatewayVirtualInterfaceGroupResponse.Builder.localGatewayVirtualInterfaceGroup(Consumer<LocalGatewayVirtualInterfaceGroup.Builder> localGatewayVirtualInterfaceGroup) Information about the created local gateway virtual interface group.DeleteLocalGatewayVirtualInterfaceGroupResponse.Builder.localGatewayVirtualInterfaceGroup(Consumer<LocalGatewayVirtualInterfaceGroup.Builder> localGatewayVirtualInterfaceGroup) Information about the deleted local gateway virtual interface group.