Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateClientVpnEndpointRequest.Builder
Packages that use CreateClientVpnEndpointRequest.Builder
Package
Description
-
Uses of CreateClientVpnEndpointRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateClientVpnEndpointRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createClientVpnEndpoint(Consumer<CreateClientVpnEndpointRequest.Builder> createClientVpnEndpointRequest) Creates a Client VPN endpoint.default CreateClientVpnEndpointResponseEc2Client.createClientVpnEndpoint(Consumer<CreateClientVpnEndpointRequest.Builder> createClientVpnEndpointRequest) Creates a Client VPN endpoint. -
Uses of CreateClientVpnEndpointRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateClientVpnEndpointRequest.BuilderModifier and TypeMethodDescriptionCreateClientVpnEndpointRequest.Builder.authenticationOptions(Collection<ClientVpnAuthenticationRequest> authenticationOptions) Information about the authentication method to be used to authenticate clients.CreateClientVpnEndpointRequest.Builder.authenticationOptions(Consumer<ClientVpnAuthenticationRequest.Builder>... authenticationOptions) Information about the authentication method to be used to authenticate clients.CreateClientVpnEndpointRequest.Builder.authenticationOptions(ClientVpnAuthenticationRequest... authenticationOptions) Information about the authentication method to be used to authenticate clients.CreateClientVpnEndpointRequest.builder()CreateClientVpnEndpointRequest.Builder.clientCidrBlock(String clientCidrBlock) The IPv4 address range, in CIDR notation, from which to assign client IP addresses.CreateClientVpnEndpointRequest.Builder.clientConnectOptions(Consumer<ClientConnectOptions.Builder> clientConnectOptions) The options for managing connection authorization for new client connections.CreateClientVpnEndpointRequest.Builder.clientConnectOptions(ClientConnectOptions clientConnectOptions) The options for managing connection authorization for new client connections.CreateClientVpnEndpointRequest.Builder.clientLoginBannerOptions(Consumer<ClientLoginBannerOptions.Builder> clientLoginBannerOptions) Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.CreateClientVpnEndpointRequest.Builder.clientLoginBannerOptions(ClientLoginBannerOptions clientLoginBannerOptions) Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.CreateClientVpnEndpointRequest.Builder.clientRouteEnforcementOptions(Consumer<ClientRouteEnforcementOptions.Builder> clientRouteEnforcementOptions) Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN.CreateClientVpnEndpointRequest.Builder.clientRouteEnforcementOptions(ClientRouteEnforcementOptions clientRouteEnforcementOptions) Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN.CreateClientVpnEndpointRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateClientVpnEndpointRequest.Builder.connectionLogOptions(Consumer<ConnectionLogOptions.Builder> connectionLogOptions) Information about the client connection logging options.CreateClientVpnEndpointRequest.Builder.connectionLogOptions(ConnectionLogOptions connectionLogOptions) Information about the client connection logging options.CreateClientVpnEndpointRequest.Builder.description(String description) A brief description of the Client VPN endpoint.CreateClientVpnEndpointRequest.Builder.disconnectOnSessionTimeout(Boolean disconnectOnSessionTimeout) Indicates whether the client VPN session is disconnected after the maximum timeout specified inSessionTimeoutHoursis reached.CreateClientVpnEndpointRequest.Builder.dnsServers(String... dnsServers) Information about the DNS servers to be used for DNS resolution.CreateClientVpnEndpointRequest.Builder.dnsServers(Collection<String> dnsServers) Information about the DNS servers to be used for DNS resolution.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateClientVpnEndpointRequest.Builder.endpointIpAddressType(String endpointIpAddressType) The IP address type for the Client VPN endpoint.CreateClientVpnEndpointRequest.Builder.endpointIpAddressType(EndpointIpAddressType endpointIpAddressType) The IP address type for the Client VPN endpoint.CreateClientVpnEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateClientVpnEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateClientVpnEndpointRequest.Builder.securityGroupIds(String... securityGroupIds) The IDs of one or more security groups to apply to the target network.CreateClientVpnEndpointRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) The IDs of one or more security groups to apply to the target network.CreateClientVpnEndpointRequest.Builder.selfServicePortal(String selfServicePortal) Specify whether to enable the self-service portal for the Client VPN endpoint.CreateClientVpnEndpointRequest.Builder.selfServicePortal(SelfServicePortal selfServicePortal) Specify whether to enable the self-service portal for the Client VPN endpoint.CreateClientVpnEndpointRequest.Builder.serverCertificateArn(String serverCertificateArn) The ARN of the server certificate.CreateClientVpnEndpointRequest.Builder.sessionTimeoutHours(Integer sessionTimeoutHours) The maximum VPN session duration time in hours.CreateClientVpnEndpointRequest.Builder.splitTunnel(Boolean splitTunnel) Indicates whether split-tunnel is enabled on the Client VPN endpoint.CreateClientVpnEndpointRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the Client VPN endpoint during creation.CreateClientVpnEndpointRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the Client VPN endpoint during creation.CreateClientVpnEndpointRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the Client VPN endpoint during creation.CreateClientVpnEndpointRequest.toBuilder()CreateClientVpnEndpointRequest.Builder.trafficIpAddressType(String trafficIpAddressType) The IP address type for traffic within the Client VPN tunnel.CreateClientVpnEndpointRequest.Builder.trafficIpAddressType(TrafficIpAddressType trafficIpAddressType) The IP address type for traffic within the Client VPN tunnel.CreateClientVpnEndpointRequest.Builder.transitGatewayConfiguration(Consumer<TransitGatewayConfigurationInputStructure.Builder> transitGatewayConfiguration) The Transit Gateway configuration for the Client VPN endpoint.CreateClientVpnEndpointRequest.Builder.transitGatewayConfiguration(TransitGatewayConfigurationInputStructure transitGatewayConfiguration) The Transit Gateway configuration for the Client VPN endpoint.CreateClientVpnEndpointRequest.Builder.transportProtocol(String transportProtocol) The transport protocol to be used by the VPN session.CreateClientVpnEndpointRequest.Builder.transportProtocol(TransportProtocol transportProtocol) The transport protocol to be used by the VPN session.The ID of the VPC to associate with the Client VPN endpoint.The port number to assign to the Client VPN endpoint for TCP and UDP traffic.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateClientVpnEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateClientVpnEndpointRequest.Builder>CreateClientVpnEndpointRequest.serializableBuilderClass()