public static interface CreateVpnGatewayRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateVpnGatewayRequest.Builder,CreateVpnGatewayRequest>
Modifier and Type | Method and Description |
---|---|
CreateVpnGatewayRequest.Builder |
amazonSideAsn(Long amazonSideAsn)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
CreateVpnGatewayRequest.Builder |
availabilityZone(String availabilityZone)
The Availability Zone for the virtual private gateway.
|
CreateVpnGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpnGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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
,
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
,
GatewayType
CreateVpnGatewayRequest.Builder amazonSideAsn(Long amazonSideAsn)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.
Default: 64512
amazonSideAsn
- A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you're using a
16-bit ASN, it must be in the 64512 to 65534 range. If you're using a 32-bit ASN, it must be in the
4200000000 to 4294967294 range.
Default: 64512
CreateVpnGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateVpnGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.