public static interface CreateVpnConnectionRouteRequest.Builder extends EC2Request.Builder, CopyableBuilder<CreateVpnConnectionRouteRequest.Builder,CreateVpnConnectionRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVpnConnectionRouteRequest.Builder |
destinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
|
CreateVpnConnectionRouteRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateVpnConnectionRouteRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateVpnConnectionRouteRequest.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
buildrequestOverrideConfigcopyapply, buildCreateVpnConnectionRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
destinationCidrBlock - The CIDR block associated with the local subnet of the customer network.CreateVpnConnectionRouteRequest.Builder vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
vpnConnectionId - The ID of the VPN connection.CreateVpnConnectionRouteRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateVpnConnectionRouteRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.