Interface GetVpnConnectionDeviceSampleConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetVpnConnectionDeviceSampleConfigurationRequest.Builder,,GetVpnConnectionDeviceSampleConfigurationRequest> Ec2Request.Builder,SdkBuilder<GetVpnConnectionDeviceSampleConfigurationRequest.Builder,,GetVpnConnectionDeviceSampleConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetVpnConnectionDeviceSampleConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionChecks whether you have the required permissions for the action, without actually making the request, and provides an error response.internetKeyExchangeVersion(String internetKeyExchangeVersion) The IKE version to be used in the sample configuration file for your customer gateway device.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) sampleType(String sampleType) The type of sample configuration to generate.vpnConnectionDeviceTypeId(String vpnConnectionDeviceTypeId) Device identifier provided by theGetVpnConnectionDeviceTypesAPI.vpnConnectionId(String vpnConnectionId) TheVpnConnectionIdspecifies the Site-to-Site VPN connection used for the sample configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpnConnectionId
The
VpnConnectionIdspecifies the Site-to-Site VPN connection used for the sample configuration.- Parameters:
vpnConnectionId- TheVpnConnectionIdspecifies the Site-to-Site VPN connection used for the sample configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpnConnectionDeviceTypeId
GetVpnConnectionDeviceSampleConfigurationRequest.Builder vpnConnectionDeviceTypeId(String vpnConnectionDeviceTypeId) Device identifier provided by the
GetVpnConnectionDeviceTypesAPI.- Parameters:
vpnConnectionDeviceTypeId- Device identifier provided by theGetVpnConnectionDeviceTypesAPI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
internetKeyExchangeVersion
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:
ikev1orikev2.- Parameters:
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:ikev1orikev2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sampleType
The type of sample configuration to generate. Valid values are "compatibility" (includes IKEv1) or "recommended" (throws UnsupportedOperationException for IKEv1).
- Parameters:
sampleType- The type of sample configuration to generate. Valid values are "compatibility" (includes IKEv1) or "recommended" (throws UnsupportedOperationException for IKEv1).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 isUnauthorizedOperation.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetVpnConnectionDeviceSampleConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetVpnConnectionDeviceSampleConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-