Uses of Interface
software.amazon.awssdk.services.ec2.model.VpnStaticRoute.Builder
-
Packages that use VpnStaticRoute.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpnStaticRoute.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnStaticRoute.Builder Modifier and Type Method Description static VpnStaticRoute.BuilderVpnStaticRoute. builder()VpnStaticRoute.BuilderVpnStaticRoute.Builder. destinationCidrBlock(String destinationCidrBlock)The CIDR block associated with the local subnet of the customer data center.VpnStaticRoute.BuilderVpnStaticRoute.Builder. source(String source)Indicates how the routes were provided.VpnStaticRoute.BuilderVpnStaticRoute.Builder. source(VpnStaticRouteSource source)Indicates how the routes were provided.VpnStaticRoute.BuilderVpnStaticRoute.Builder. state(String state)The current state of the static route.VpnStaticRoute.BuilderVpnStaticRoute.Builder. state(VpnState state)The current state of the static route.VpnStaticRoute.BuilderVpnStaticRoute. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnStaticRoute.Builder Modifier and Type Method Description static Class<? extends VpnStaticRoute.Builder>VpnStaticRoute. serializableBuilderClass()
-