CopyableBuilder<CreateVpnGatewayRequest.Builder,CreateVpnGatewayRequest>
, SdkBuilder<CreateVpnGatewayRequest.Builder,CreateVpnGatewayRequest>
public static interface CreateVpnGatewayRequest.Builder extends CopyableBuilder<CreateVpnGatewayRequest.Builder,CreateVpnGatewayRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateVpnGatewayRequest.Builder |
availabilityZone(String availabilityZone) |
The Availability Zone for the virtual private gateway.
|
CreateVpnGatewayRequest.Builder |
type(String type) |
The type of VPN connection this virtual private gateway supports.
|
CreateVpnGatewayRequest.Builder |
type(GatewayType type) |
The type of VPN connection this virtual private gateway supports.
|
copy
apply, build
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
CreateVpnGatewayRequest.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.