Uses of Interface
software.amazon.awssdk.services.ec2.model.LocalGatewayRoute.Builder
Packages that use LocalGatewayRoute.Builder
-
Uses of LocalGatewayRoute.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayRoute.BuilderModifier and TypeMethodDescriptionstatic LocalGatewayRoute.BuilderLocalGatewayRoute.builder()LocalGatewayRoute.Builder.coipPoolId(String coipPoolId) The ID of the customer-owned address pool.LocalGatewayRoute.Builder.destinationCidrBlock(String destinationCidrBlock) The CIDR block used for destination matches.LocalGatewayRoute.Builder.destinationPrefixListId(String destinationPrefixListId) The ID of the prefix list.LocalGatewayRoute.Builder.localGatewayRouteTableArn(String localGatewayRouteTableArn) The Amazon Resource Name (ARN) of the local gateway route table.LocalGatewayRoute.Builder.localGatewayRouteTableId(String localGatewayRouteTableId) The ID of the local gateway route table.LocalGatewayRoute.Builder.localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) The ID of the virtual interface group.LocalGatewayRoute.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.The ID of the Amazon Web Services account that owns the local gateway route.The state of the route.LocalGatewayRoute.Builder.state(LocalGatewayRouteState state) The state of the route.The ID of the subnet.LocalGatewayRoute.toBuilder()The route type.LocalGatewayRoute.Builder.type(LocalGatewayRouteType type) The route type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayRoute.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LocalGatewayRoute.Builder>LocalGatewayRoute.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayRoute.BuilderModifier and TypeMethodDescriptionCreateLocalGatewayRouteResponse.Builder.route(Consumer<LocalGatewayRoute.Builder> route) Information about the route.DeleteLocalGatewayRouteResponse.Builder.route(Consumer<LocalGatewayRoute.Builder> route) Information about the route.ModifyLocalGatewayRouteResponse.Builder.route(Consumer<LocalGatewayRoute.Builder> route) Information about the local gateway route table.