public static interface CreateVpnGatewayRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateVpnGatewayRequest.Builder,CreateVpnGatewayRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVpnGatewayRequest.Builder |
availabilityZone(String availabilityZone)
The Availability Zone for the virtual private gateway.
|
CreateVpnGatewayRequest.Builder |
type(GatewayType type)
The type of VPN connection this virtual private gateway supports.
|
CreateVpnGatewayRequest.Builder |
type(String type)
The type of VPN connection this virtual private gateway supports.
|
CreateVpnGatewayRequest.Builder availabilityZone(String availabilityZone)
The Availability Zone for the virtual private gateway.
availabilityZone - The Availability Zone for the virtual private gateway.CreateVpnGatewayRequest.Builder type(String type)
The type of VPN connection this virtual private gateway supports.
type - The type of VPN connection this virtual private gateway supports.GatewayType,
GatewayTypeCreateVpnGatewayRequest.Builder type(GatewayType type)
The type of VPN connection this virtual private gateway supports.
type - The type of VPN connection this virtual private gateway supports.GatewayType,
GatewayTypeCopyright © 2017. All rights reserved.