Interface TransitGatewayAttachmentBgpConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransitGatewayAttachmentBgpConfiguration.Builder,
,TransitGatewayAttachmentBgpConfiguration> SdkBuilder<TransitGatewayAttachmentBgpConfiguration.Builder,
,TransitGatewayAttachmentBgpConfiguration> SdkPojo
- Enclosing class:
TransitGatewayAttachmentBgpConfiguration
@Mutable
@NotThreadSafe
public static interface TransitGatewayAttachmentBgpConfiguration.Builder
extends SdkPojo, CopyableBuilder<TransitGatewayAttachmentBgpConfiguration.Builder,TransitGatewayAttachmentBgpConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe BGP status.The BGP status.peerAddress
(String peerAddress) The interior BGP peer IP address for the appliance.The peer Autonomous System Number (ASN).transitGatewayAddress
(String transitGatewayAddress) The interior BGP peer IP address for the transit gateway.transitGatewayAsn
(Long transitGatewayAsn) The transit gateway Autonomous System Number (ASN).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
transitGatewayAsn
The transit gateway Autonomous System Number (ASN).
- Parameters:
transitGatewayAsn
- The transit gateway Autonomous System Number (ASN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peerAsn
The peer Autonomous System Number (ASN).
- Parameters:
peerAsn
- The peer Autonomous System Number (ASN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayAddress
TransitGatewayAttachmentBgpConfiguration.Builder transitGatewayAddress(String transitGatewayAddress) The interior BGP peer IP address for the transit gateway.
- Parameters:
transitGatewayAddress
- The interior BGP peer IP address for the transit gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peerAddress
The interior BGP peer IP address for the appliance.
- Parameters:
peerAddress
- The interior BGP peer IP address for the appliance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bgpStatus
The BGP status.
- Parameters:
bgpStatus
- The BGP status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bgpStatus
The BGP status.
- Parameters:
bgpStatus
- The BGP status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-