CopyableBuilder<CreateBGPPeerRequest.Builder,CreateBGPPeerRequest>
, SdkBuilder<CreateBGPPeerRequest.Builder,CreateBGPPeerRequest>
public static interface CreateBGPPeerRequest.Builder extends CopyableBuilder<CreateBGPPeerRequest.Builder,CreateBGPPeerRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateBGPPeerRequest.Builder |
newBGPPeer(NewBGPPeer newBGPPeer) |
Detailed information for the BGP peer to be created.
|
CreateBGPPeerRequest.Builder |
virtualInterfaceId(String virtualInterfaceId) |
The ID of the virtual interface on which the BGP peer will be provisioned.
|
copy
apply, build
CreateBGPPeerRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface on which the BGP peer will be provisioned.
Example: dxvif-456abc78
Default: None
virtualInterfaceId
- The ID of the virtual interface on which the BGP peer will be provisioned.
Example: dxvif-456abc78
Default: None
CreateBGPPeerRequest.Builder newBGPPeer(NewBGPPeer newBGPPeer)
Detailed information for the BGP peer to be created.
Default: None
newBGPPeer
- Detailed information for the BGP peer to be created.
Default: None
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.