public static interface ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder,ApplySecurityGroupsToClientVpnTargetNetworkRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ApplySecurityGroupsToClientVpnTargetNetworkRequest.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.Builder
ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.