public static interface CreateBgpPeerRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateBgpPeerRequest.Builder,CreateBgpPeerRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateBgpPeerRequest.Builder |
newBGPPeer(Consumer<NewBGPPeer.Builder> newBGPPeer)
Information about the BGP peer.
|
CreateBgpPeerRequest.Builder |
newBGPPeer(NewBGPPeer newBGPPeer)
Information about the BGP peer.
|
CreateBgpPeerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateBgpPeerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateBgpPeerRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateBgpPeerRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId - The ID of the virtual interface.CreateBgpPeerRequest.Builder newBGPPeer(NewBGPPeer newBGPPeer)
Information about the BGP peer.
newBGPPeer - Information about the BGP peer.default CreateBgpPeerRequest.Builder newBGPPeer(Consumer<NewBGPPeer.Builder> newBGPPeer)
Information about the BGP peer.
This is a convenience that creates an instance of theNewBGPPeer.Builder avoiding the need to create
one manually via NewBGPPeer.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to newBGPPeer(NewBGPPeer).newBGPPeer - a consumer that will call methods on NewBGPPeer.BuildernewBGPPeer(NewBGPPeer)CreateBgpPeerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateBgpPeerRequest.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.