Uses of Interface
software.amazon.awssdk.services.ec2.model.OutpostLag.Builder
Packages that use OutpostLag.Builder
-
Uses of OutpostLag.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return OutpostLag.BuilderModifier and TypeMethodDescriptionstatic OutpostLag.BuilderOutpostLag.builder()OutpostLag.Builder.localGatewayVirtualInterfaceIds(String... localGatewayVirtualInterfaceIds) The IDs of the local gateway virtual interfaces associated with the Outpost LAG.OutpostLag.Builder.localGatewayVirtualInterfaceIds(Collection<String> localGatewayVirtualInterfaceIds) The IDs of the local gateway virtual interfaces associated with the Outpost LAG.OutpostLag.Builder.outpostArn(String outpostArn) The Amazon Resource Number (ARN) of the Outpost LAG.OutpostLag.Builder.outpostLagId(String outpostLagId) The ID of the Outpost LAG.The ID of the Outpost LAG owner.OutpostLag.Builder.serviceLinkVirtualInterfaceIds(String... serviceLinkVirtualInterfaceIds) The service link virtual interface IDs associated with the Outpost LAG.OutpostLag.Builder.serviceLinkVirtualInterfaceIds(Collection<String> serviceLinkVirtualInterfaceIds) The service link virtual interface IDs associated with the Outpost LAG.The current state of the Outpost LAG.OutpostLag.Builder.tags(Collection<Tag> tags) The tags associated with the Outpost LAG.OutpostLag.Builder.tags(Consumer<Tag.Builder>... tags) The tags associated with the Outpost LAG.The tags associated with the Outpost LAG.OutpostLag.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type OutpostLag.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OutpostLag.Builder>OutpostLag.serializableBuilderClass()