public static interface DeleteBgpPeerResponse.Builder extends DirectConnectResponse.Builder, CopyableBuilder<DeleteBgpPeerResponse.Builder,DeleteBgpPeerResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteBgpPeerResponse.Builder |
virtualInterface(Consumer<VirtualInterface.Builder> virtualInterface)
Sets the value of the VirtualInterface property for this object.
|
DeleteBgpPeerResponse.Builder |
virtualInterface(VirtualInterface virtualInterface)
Sets the value of the VirtualInterface property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDeleteBgpPeerResponse.Builder virtualInterface(VirtualInterface virtualInterface)
virtualInterface - The new value for the VirtualInterface property for this object.default DeleteBgpPeerResponse.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.