public static interface VpnStaticRoute.Builder extends CopyableBuilder<VpnStaticRoute.Builder,VpnStaticRoute>
| Modifier and Type | Method and Description |
|---|---|
VpnStaticRoute.Builder |
destinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer data center.
|
VpnStaticRoute.Builder |
source(String source)
Indicates how the routes were provided.
|
VpnStaticRoute.Builder |
source(VpnStaticRouteSource source)
Indicates how the routes were provided.
|
VpnStaticRoute.Builder |
state(String state)
The current state of the static route.
|
VpnStaticRoute.Builder |
state(VpnState state)
The current state of the static route.
|
copyapply, buildVpnStaticRoute.Builder destinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer data center.
destinationCidrBlock - The CIDR block associated with the local subnet of the customer data center.VpnStaticRoute.Builder source(String source)
Indicates how the routes were provided.
source - Indicates how the routes were provided.VpnStaticRouteSource,
VpnStaticRouteSourceVpnStaticRoute.Builder source(VpnStaticRouteSource source)
Indicates how the routes were provided.
source - Indicates how the routes were provided.VpnStaticRouteSource,
VpnStaticRouteSourceVpnStaticRoute.Builder state(String state)
The current state of the static route.
VpnStaticRoute.Builder state(VpnState state)
The current state of the static route.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.