Uses of Interface
software.amazon.awssdk.services.ec2.model.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder
Packages that use LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder
-
Uses of LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayRouteTableVirtualInterfaceGroupAssociation.BuilderModifier and TypeMethodDescriptionLocalGatewayRouteTableVirtualInterfaceGroupAssociation.builder()LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder.localGatewayId(String localGatewayId) The ID of the local gateway.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder.localGatewayRouteTableArn(String localGatewayRouteTableArn) The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder.localGatewayRouteTableId(String localGatewayRouteTableId) The ID of the local gateway route table.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder.localGatewayRouteTableVirtualInterfaceGroupAssociationId(String localGatewayRouteTableVirtualInterfaceGroupAssociationId) The ID of the association.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder.localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) The ID of the virtual interface group.The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.The state of the association.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder.tags(Collection<Tag> tags) The tags assigned to the association.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the association.The tags assigned to the association.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayRouteTableVirtualInterfaceGroupAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder>LocalGatewayRouteTableVirtualInterfaceGroupAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayRouteTableVirtualInterfaceGroupAssociation.BuilderModifier and TypeMethodDescriptionCreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse.Builder.localGatewayRouteTableVirtualInterfaceGroupAssociation(Consumer<LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder> localGatewayRouteTableVirtualInterfaceGroupAssociation) Information about the local gateway route table virtual interface group association.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse.Builder.localGatewayRouteTableVirtualInterfaceGroupAssociation(Consumer<LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder> localGatewayRouteTableVirtualInterfaceGroupAssociation) Information about the association.