public static interface ModifyVpnConnectionOptionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyVpnConnectionOptionsResponse.Builder,ModifyVpnConnectionOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyVpnConnectionOptionsResponse.Builder |
vpnConnection(Consumer<VpnConnection.Builder> vpnConnection)
Information about the VPN connection.
|
ModifyVpnConnectionOptionsResponse.Builder |
vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyVpnConnectionOptionsResponse.Builder vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
vpnConnection - Information about the VPN connection.default ModifyVpnConnectionOptionsResponse.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.