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) |
CreateBgpPeerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBgpPeerRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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)
overrideConfiguration in interface AwsRequest.BuilderCreateBgpPeerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.