public static interface ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder,ApplySecurityGroupsToClientVpnTargetNetworkRequest>
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.