public static interface GetVpnConnectionDeviceSampleConfigurationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetVpnConnectionDeviceSampleConfigurationRequest.Builder,GetVpnConnectionDeviceSampleConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetVpnConnectionDeviceSampleConfigurationRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
GetVpnConnectionDeviceSampleConfigurationRequest.Builder |
internetKeyExchangeVersion(String internetKeyExchangeVersion)
The IKE version to be used in the sample configuration file for your customer gateway device.
|
GetVpnConnectionDeviceSampleConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetVpnConnectionDeviceSampleConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetVpnConnectionDeviceSampleConfigurationRequest.Builder |
vpnConnectionDeviceTypeId(String vpnConnectionDeviceTypeId)
Device identifier provided by the
GetVpnConnectionDeviceTypes API. |
GetVpnConnectionDeviceSampleConfigurationRequest.Builder |
vpnConnectionId(String vpnConnectionId)
The
VpnConnectionId specifies the Site-to-Site VPN connection used for the sample configuration. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVpnConnectionDeviceSampleConfigurationRequest.Builder vpnConnectionId(String vpnConnectionId)
The VpnConnectionId specifies the Site-to-Site VPN connection used for the sample configuration.
vpnConnectionId - The VpnConnectionId specifies the Site-to-Site VPN connection used for the sample
configuration.GetVpnConnectionDeviceSampleConfigurationRequest.Builder vpnConnectionDeviceTypeId(String vpnConnectionDeviceTypeId)
Device identifier provided by the GetVpnConnectionDeviceTypes API.
vpnConnectionDeviceTypeId - Device identifier provided by the GetVpnConnectionDeviceTypes API.GetVpnConnectionDeviceSampleConfigurationRequest.Builder internetKeyExchangeVersion(String internetKeyExchangeVersion)
The IKE version to be used in the sample configuration file for your customer gateway device. You can specify
one of the following versions: ikev1 or ikev2.
internetKeyExchangeVersion - The IKE version to be used in the sample configuration file for your customer gateway device. You can
specify one of the following versions: ikev1 or ikev2.GetVpnConnectionDeviceSampleConfigurationRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.GetVpnConnectionDeviceSampleConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetVpnConnectionDeviceSampleConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.