CopyableBuilder<CreateCustomerGatewayRequest.Builder,CreateCustomerGatewayRequest>
, SdkBuilder<CreateCustomerGatewayRequest.Builder,CreateCustomerGatewayRequest>
public static interface CreateCustomerGatewayRequest.Builder extends CopyableBuilder<CreateCustomerGatewayRequest.Builder,CreateCustomerGatewayRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateCustomerGatewayRequest.Builder |
bgpAsn(Integer bgpAsn) |
For devices that support BGP, the customer gateway's BGP ASN.
|
CreateCustomerGatewayRequest.Builder |
publicIp(String publicIp) |
The Internet-routable IP address for the customer gateway's outside interface.
|
CreateCustomerGatewayRequest.Builder |
type(String type) |
The type of VPN connection that this customer gateway supports (
ipsec.1 ). |
CreateCustomerGatewayRequest.Builder |
type(GatewayType type) |
The type of VPN connection that this customer gateway supports (
ipsec.1 ). |
copy
apply, build
CreateCustomerGatewayRequest.Builder bgpAsn(Integer bgpAsn)
For devices that support BGP, the customer gateway's BGP ASN.
Default: 65000
bgpAsn
- For devices that support BGP, the customer gateway's BGP ASN.
Default: 65000
CreateCustomerGatewayRequest.Builder publicIp(String publicIp)
The Internet-routable IP address for the customer gateway's outside interface. The address must be static.
publicIp
- The Internet-routable IP address for the customer gateway's outside interface. The address must be
static.CreateCustomerGatewayRequest.Builder type(String type)
The type of VPN connection that this customer gateway supports (ipsec.1
).
type
- The type of VPN connection that this customer gateway supports (ipsec.1
).GatewayType
CreateCustomerGatewayRequest.Builder type(GatewayType type)
The type of VPN connection that this customer gateway supports (ipsec.1
).
type
- The type of VPN connection that this customer gateway supports (ipsec.1
).GatewayType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.