Uses of Interface
software.amazon.awssdk.services.ec2.model.AnalysisRouteTableRoute.Builder
Packages that use AnalysisRouteTableRoute.Builder
-
Uses of AnalysisRouteTableRoute.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AnalysisRouteTableRoute.BuilderModifier and TypeMethodDescriptionAnalysisRouteTableRoute.builder()AnalysisRouteTableRoute.Builder.carrierGatewayId(String carrierGatewayId) The ID of a carrier gateway.AnalysisRouteTableRoute.Builder.coreNetworkArn(String coreNetworkArn) The Amazon Resource Name (ARN) of a core network.AnalysisRouteTableRoute.Builder.destinationCidr(String destinationCidr) The destination IPv4 address, in CIDR notation.AnalysisRouteTableRoute.Builder.destinationPrefixListId(String destinationPrefixListId) The prefix of the Amazon Web Services service.AnalysisRouteTableRoute.Builder.egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId) The ID of an egress-only internet gateway.The ID of the gateway, such as an internet gateway or virtual private gateway.AnalysisRouteTableRoute.Builder.instanceId(String instanceId) The ID of the instance, such as a NAT instance.AnalysisRouteTableRoute.Builder.localGatewayId(String localGatewayId) The ID of a local gateway.AnalysisRouteTableRoute.Builder.natGatewayId(String natGatewayId) The ID of a NAT gateway.AnalysisRouteTableRoute.Builder.networkInterfaceId(String networkInterfaceId) The ID of a network interface.Describes how the route was created.The state.AnalysisRouteTableRoute.toBuilder()AnalysisRouteTableRoute.Builder.transitGatewayId(String transitGatewayId) The ID of a transit gateway.AnalysisRouteTableRoute.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId) The ID of a VPC peering connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AnalysisRouteTableRoute.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnalysisRouteTableRoute.Builder>AnalysisRouteTableRoute.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AnalysisRouteTableRoute.BuilderModifier and TypeMethodDescriptiondefault Explanation.BuilderExplanation.Builder.routeTableRoute(Consumer<AnalysisRouteTableRoute.Builder> routeTableRoute) The route table route.default PathComponent.BuilderPathComponent.Builder.routeTableRoute(Consumer<AnalysisRouteTableRoute.Builder> routeTableRoute) The route table route.