public static interface ModifyVpnConnectionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpnConnectionRequest.Builder,ModifyVpnConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyVpnConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyVpnConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyVpnConnectionRequest.Builder |
transitGatewayId(String transitGatewayId)
Sets the value of the TransitGatewayId property for this object.
|
ModifyVpnConnectionRequest.Builder |
vpnConnectionId(String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object.
|
ModifyVpnConnectionRequest.Builder |
vpnGatewayId(String vpnGatewayId)
Sets the value of the VpnGatewayId property for this object.
|
buildoverrideConfigurationcopyapplyMutation, buildModifyVpnConnectionRequest.Builder vpnConnectionId(String vpnConnectionId)
vpnConnectionId - The new value for the VpnConnectionId property for this object.ModifyVpnConnectionRequest.Builder transitGatewayId(String transitGatewayId)
transitGatewayId - The new value for the TransitGatewayId property for this object.ModifyVpnConnectionRequest.Builder vpnGatewayId(String vpnGatewayId)
vpnGatewayId - The new value for the VpnGatewayId property for this object.ModifyVpnConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyVpnConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.