public static interface CreateBGPPeerResponse.Builder extends DirectConnectResponse.Builder, CopyableBuilder<CreateBGPPeerResponse.Builder,CreateBGPPeerResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateBGPPeerResponse.Builder |
virtualInterface(Consumer<VirtualInterface.Builder> virtualInterface)
Sets the value of the VirtualInterface property for this object.
|
CreateBGPPeerResponse.Builder |
virtualInterface(VirtualInterface virtualInterface)
Sets the value of the VirtualInterface property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateBGPPeerResponse.Builder virtualInterface(VirtualInterface virtualInterface)
virtualInterface - The new value for the VirtualInterface property for this object.default CreateBGPPeerResponse.Builder virtualInterface(Consumer<VirtualInterface.Builder> virtualInterface)
VirtualInterface.Builder avoiding the need to
create one manually via VirtualInterface.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to virtualInterface(VirtualInterface).virtualInterface - a consumer that will call methods on VirtualInterface.BuildervirtualInterface(VirtualInterface)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.