| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateCustomerGatewayResponse> |
Ec2AsyncClient.createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device.
|
default CreateCustomerGatewayResponse |
Ec2Client.createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.bgpAsn(Integer bgpAsn)
For devices that support BGP, the customer gateway's BGP ASN.
|
static CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.builder() |
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.certificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the customer gateway certificate.
|
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.deviceName(String deviceName)
A name for the customer gateway device.
|
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.publicIp(String publicIp)
The Internet-routable IP address for the customer gateway's outside interface.
|
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the customer gateway.
|
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the customer gateway.
|
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the customer gateway.
|
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.toBuilder() |
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.type(GatewayType type)
The type of VPN connection that this customer gateway supports (
ipsec.1). |
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.type(String type)
The type of VPN connection that this customer gateway supports (
ipsec.1). |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCustomerGatewayRequest.Builder> |
CreateCustomerGatewayRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.