public static interface DeleteBgpPeerRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DeleteBgpPeerRequest.Builder,DeleteBgpPeerRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBgpPeerRequest.Builder |
asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
DeleteBgpPeerRequest.Builder |
bgpPeerId(String bgpPeerId)
The ID of the BGP peer.
|
DeleteBgpPeerRequest.Builder |
customerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
DeleteBgpPeerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteBgpPeerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteBgpPeerRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteBgpPeerRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId - The ID of the virtual interface.DeleteBgpPeerRequest.Builder asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
asn - The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.DeleteBgpPeerRequest.Builder customerAddress(String customerAddress)
The IP address assigned to the customer interface.
customerAddress - The IP address assigned to the customer interface.DeleteBgpPeerRequest.Builder bgpPeerId(String bgpPeerId)
The ID of the BGP peer.
bgpPeerId - The ID of the BGP peer.DeleteBgpPeerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteBgpPeerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.