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.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteBgpPeerRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteBgpPeerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.