ToCopyableBuilder<VpnStaticRoute.Builder,VpnStaticRoute>
@Generated("software.amazon.awssdk:codegen") public class VpnStaticRoute extends Object implements ToCopyableBuilder<VpnStaticRoute.Builder,VpnStaticRoute>
Describes a static route for a VPN connection.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VpnStaticRoute.Builder |
Modifier and Type | Method | Description |
---|---|---|
static VpnStaticRoute.Builder |
builder() |
|
String |
destinationCidrBlock() |
The CIDR block associated with the local subnet of the customer data center.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends VpnStaticRoute.Builder> |
serializableBuilderClass() |
|
String |
source() |
Indicates how the routes were provided.
|
String |
state() |
The current state of the static route.
|
VpnStaticRoute.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String destinationCidrBlock()
The CIDR block associated with the local subnet of the customer data center.
public String source()
Indicates how the routes were provided.
VpnStaticRouteSource
public String state()
The current state of the static route.
VpnState
public VpnStaticRoute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VpnStaticRoute.Builder,VpnStaticRoute>
public static VpnStaticRoute.Builder builder()
public static Class<? extends VpnStaticRoute.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.