public static interface ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder,ApplySecurityGroupsToClientVpnTargetNetworkRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId - The ID of the Client VPN endpoint.ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder vpcId(String vpcId)
The ID of the VPC in which the associated target network is located.
vpcId - The ID of the VPC in which the associated target network is located.ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups to apply to the associated target network. Up to 5 security groups can be applied to an associated target network.
securityGroupIds - The IDs of the security groups to apply to the associated target network. Up to 5 security groups can
be applied to an associated target network.ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups to apply to the associated target network. Up to 5 security groups can be applied to an associated target network.
securityGroupIds - The IDs of the security groups to apply to the associated target network. Up to 5 security groups can
be applied to an associated target network.ApplySecurityGroupsToClientVpnTargetNetworkRequest.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.ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.