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 |
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 from which the BGP peer will be deleted.
|
buildoverrideConfigurationcopyapplyMutation, 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 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.