public static interface ModifyVpnConnectionResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyVpnConnectionResponse.Builder,ModifyVpnConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyVpnConnectionResponse.Builder |
vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Information about the VPN connection.
|
ModifyVpnConnectionResponse.Builder |
vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyVpnConnectionResponse.Builder vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
vpnConnection - Information about the VPN connection.default ModifyVpnConnectionResponse.Builder vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Information about the VPN connection.
This is a convenience method 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 © 2022. All rights reserved.