| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayAttachmentBgpConfiguration.Builder |
TransitGatewayAttachmentBgpConfiguration.Builder.bgpStatus(BgpStatus bgpStatus)
The BGP status.
|
TransitGatewayAttachmentBgpConfiguration.Builder |
TransitGatewayAttachmentBgpConfiguration.Builder.bgpStatus(String bgpStatus)
The BGP status.
|
static TransitGatewayAttachmentBgpConfiguration.Builder |
TransitGatewayAttachmentBgpConfiguration.builder() |
TransitGatewayAttachmentBgpConfiguration.Builder |
TransitGatewayAttachmentBgpConfiguration.Builder.peerAddress(String peerAddress)
The interior BGP peer IP address for the appliance.
|
TransitGatewayAttachmentBgpConfiguration.Builder |
TransitGatewayAttachmentBgpConfiguration.Builder.peerAsn(Long peerAsn)
The peer Autonomous System Number (ASN).
|
TransitGatewayAttachmentBgpConfiguration.Builder |
TransitGatewayAttachmentBgpConfiguration.toBuilder() |
TransitGatewayAttachmentBgpConfiguration.Builder |
TransitGatewayAttachmentBgpConfiguration.Builder.transitGatewayAddress(String transitGatewayAddress)
The interior BGP peer IP address for the transit gateway.
|
TransitGatewayAttachmentBgpConfiguration.Builder |
TransitGatewayAttachmentBgpConfiguration.Builder.transitGatewayAsn(Long transitGatewayAsn)
The transit gateway Autonomous System Number (ASN).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransitGatewayAttachmentBgpConfiguration.Builder> |
TransitGatewayAttachmentBgpConfiguration.serializableBuilderClass() |
Copyright © 2021. All rights reserved.