| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
VpnGateway.Builder |
VpnGateway.Builder.amazonSideAsn(Long amazonSideAsn)
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
VpnGateway.Builder |
VpnGateway.Builder.availabilityZone(String availabilityZone)
The Availability Zone where the virtual private gateway was created, if applicable.
|
static VpnGateway.Builder |
VpnGateway.builder() |
VpnGateway.Builder |
VpnGateway.Builder.state(String state)
The current state of the virtual private gateway.
|
VpnGateway.Builder |
VpnGateway.Builder.state(VpnState state)
The current state of the virtual private gateway.
|
VpnGateway.Builder |
VpnGateway.Builder.tags(Collection<Tag> tags)
Any tags assigned to the virtual private gateway.
|
VpnGateway.Builder |
VpnGateway.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the virtual private gateway.
|
VpnGateway.Builder |
VpnGateway.Builder.tags(Tag... tags)
Any tags assigned to the virtual private gateway.
|
VpnGateway.Builder |
VpnGateway.toBuilder() |
VpnGateway.Builder |
VpnGateway.Builder.type(GatewayType type)
The type of VPN connection the virtual private gateway supports.
|
VpnGateway.Builder |
VpnGateway.Builder.type(String type)
The type of VPN connection the virtual private gateway supports.
|
VpnGateway.Builder |
VpnGateway.Builder.vpcAttachments(Collection<VpcAttachment> vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
VpnGateway.Builder |
VpnGateway.Builder.vpcAttachments(Consumer<VpcAttachment.Builder>... vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
VpnGateway.Builder |
VpnGateway.Builder.vpcAttachments(VpcAttachment... vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
VpnGateway.Builder |
VpnGateway.Builder.vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpnGateway.Builder> |
VpnGateway.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateVpnGatewayResponse.Builder |
CreateVpnGatewayResponse.Builder.vpnGateway(Consumer<VpnGateway.Builder> vpnGateway)
Information about the virtual private gateway.
|
Copyright © 2020. All rights reserved.