Uses of Interface
software.amazon.awssdk.services.ec2.model.ClientVpnRoute.Builder
Packages that use ClientVpnRoute.Builder
-
Uses of ClientVpnRoute.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ClientVpnRoute.BuilderModifier and TypeMethodDescriptionstatic ClientVpnRoute.BuilderClientVpnRoute.builder()ClientVpnRoute.Builder.clientVpnEndpointId(String clientVpnEndpointId) The ID of the Client VPN endpoint with which the route is associated.ClientVpnRoute.Builder.description(String description) A brief description of the route.ClientVpnRoute.Builder.destinationCidr(String destinationCidr) The IPv4 address range, in CIDR notation, of the route destination.Indicates how the route was associated with the Client VPN endpoint.default ClientVpnRoute.BuilderClientVpnRoute.Builder.status(Consumer<ClientVpnRouteStatus.Builder> status) The current state of the route.ClientVpnRoute.Builder.status(ClientVpnRouteStatus status) The current state of the route.ClientVpnRoute.Builder.targetSubnet(String targetSubnet) The ID of the subnet through which traffic is routed.ClientVpnRoute.toBuilder()ClientVpnRoute.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the Transit Gateway attachment, if the route targets a Transit Gateway.The route type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClientVpnRoute.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ClientVpnRoute.Builder>ClientVpnRoute.serializableBuilderClass()