public static interface VpnStaticRoute.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VpnStaticRoute.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
,
VpnStaticRouteSource
VpnStaticRoute.Builder source(VpnStaticRouteSource source)
Indicates how the routes were provided.
source
- Indicates how the routes were provided.VpnStaticRouteSource
,
VpnStaticRouteSource
VpnStaticRoute.Builder state(String state)
The current state of the static route.
VpnStaticRoute.Builder state(VpnState state)
The current state of the static route.
Copyright © 2023. All rights reserved.