public static interface DeleteBGPPeerRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<DeleteBGPPeerRequest.Builder,DeleteBGPPeerRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBGPPeerRequest.Builder |
asn(Integer asn)
Sets the value of the Asn property for this object.
|
DeleteBGPPeerRequest.Builder |
customerAddress(String customerAddress)
Sets the value of the CustomerAddress property for this object.
|
DeleteBGPPeerRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteBGPPeerRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteBGPPeerRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface from which the BGP peer will be deleted.
|
buildrequestOverrideConfigcopyapply, buildDeleteBGPPeerRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface from which the BGP peer will be deleted.
Example: dxvif-456abc78
Default: None
virtualInterfaceId - The ID of the virtual interface from which the BGP peer will be deleted.
Example: dxvif-456abc78
Default: None
DeleteBGPPeerRequest.Builder asn(Integer asn)
asn - The new value for the Asn property for this object.DeleteBGPPeerRequest.Builder customerAddress(String customerAddress)
customerAddress - The new value for the CustomerAddress property for this object.DeleteBGPPeerRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteBGPPeerRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.