public static interface AllocateTransitVirtualInterfaceResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<AllocateTransitVirtualInterfaceResponse.Builder,AllocateTransitVirtualInterfaceResponse>
| Modifier and Type | Method and Description |
|---|---|
default AllocateTransitVirtualInterfaceResponse.Builder |
virtualInterface(Consumer<VirtualInterface.Builder> virtualInterface)
Sets the value of the VirtualInterface property for this object.
|
AllocateTransitVirtualInterfaceResponse.Builder |
virtualInterface(VirtualInterface virtualInterface)
Sets the value of the VirtualInterface property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAllocateTransitVirtualInterfaceResponse.Builder virtualInterface(VirtualInterface virtualInterface)
virtualInterface - The new value for the VirtualInterface property for this object.default AllocateTransitVirtualInterfaceResponse.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 © 2023. All rights reserved.