public static interface CreateVpnConnectionResponse.Builder extends EC2Response.Builder, CopyableBuilder<CreateVpnConnectionResponse.Builder,CreateVpnConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateVpnConnectionResponse.Builder |
vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Information about the VPN connection.
|
CreateVpnConnectionResponse.Builder |
vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateVpnConnectionResponse.Builder vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
vpnConnection - Information about the VPN connection.default CreateVpnConnectionResponse.Builder vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Information about the VPN connection.
This is a convenience that creates an instance of theVpnConnection.Builder avoiding the need to
create one manually via VpnConnection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpnConnection(VpnConnection).vpnConnection - a consumer that will call methods on VpnConnection.BuildervpnConnection(VpnConnection)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.