public static interface CreateVirtualGatewayResponse.Builder extends AppMeshResponse.Builder, SdkPojo, CopyableBuilder<CreateVirtualGatewayResponse.Builder,CreateVirtualGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateVirtualGatewayResponse.Builder |
virtualGateway(Consumer<VirtualGatewayData.Builder> virtualGateway)
The full description of your virtual gateway following the create call.
|
CreateVirtualGatewayResponse.Builder |
virtualGateway(VirtualGatewayData virtualGateway)
The full description of your virtual gateway following the create call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVirtualGatewayResponse.Builder virtualGateway(VirtualGatewayData virtualGateway)
The full description of your virtual gateway following the create call.
virtualGateway - The full description of your virtual gateway following the create call.default CreateVirtualGatewayResponse.Builder virtualGateway(Consumer<VirtualGatewayData.Builder> virtualGateway)
The full description of your virtual gateway following the create call.
This is a convenience that creates an instance of theVirtualGatewayData.Builder avoiding the need to
create one manually via VirtualGatewayData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to virtualGateway(VirtualGatewayData).virtualGateway - a consumer that will call methods on VirtualGatewayData.BuildervirtualGateway(VirtualGatewayData)Copyright © 2021. All rights reserved.