public static interface ClientVpnEndpoint.Builder extends SdkPojo, CopyableBuilder<ClientVpnEndpoint.Builder,ClientVpnEndpoint>
| Modifier and Type | Method and Description |
|---|---|
ClientVpnEndpoint.Builder |
associatedTargetNetworks(AssociatedTargetNetwork... associatedTargetNetworks)
Deprecated.
This property is deprecated. To view the target networks associated with a Client VPN endpoint,
call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
|
ClientVpnEndpoint.Builder |
associatedTargetNetworks(Collection<AssociatedTargetNetwork> associatedTargetNetworks)
Deprecated.
This property is deprecated. To view the target networks associated with a Client VPN endpoint,
call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
|
ClientVpnEndpoint.Builder |
associatedTargetNetworks(Consumer<AssociatedTargetNetwork.Builder>... associatedTargetNetworks)
Deprecated.
This property is deprecated. To view the target networks associated with a Client VPN endpoint,
call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
|
ClientVpnEndpoint.Builder |
authenticationOptions(ClientVpnAuthentication... authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
authenticationOptions(Collection<ClientVpnAuthentication> authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
authenticationOptions(Consumer<ClientVpnAuthentication.Builder>... authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
clientCidrBlock(String clientCidrBlock)
The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
|
ClientVpnEndpoint.Builder |
clientConnectOptions(ClientConnectResponseOptions clientConnectOptions)
The options for managing connection authorization for new client connections.
|
default ClientVpnEndpoint.Builder |
clientConnectOptions(Consumer<ClientConnectResponseOptions.Builder> clientConnectOptions)
The options for managing connection authorization for new client connections.
|
ClientVpnEndpoint.Builder |
clientLoginBannerOptions(ClientLoginBannerResponseOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided
clients when a VPN session is established.
|
default ClientVpnEndpoint.Builder |
clientLoginBannerOptions(Consumer<ClientLoginBannerResponseOptions.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.
|
ClientVpnEndpoint.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
connectionLogOptions(ConnectionLogResponseOptions connectionLogOptions)
Information about the client connection logging options for the Client VPN endpoint.
|
default ClientVpnEndpoint.Builder |
connectionLogOptions(Consumer<ConnectionLogResponseOptions.Builder> connectionLogOptions)
Information about the client connection logging options for the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
creationTime(String creationTime)
The date and time the Client VPN endpoint was created.
|
ClientVpnEndpoint.Builder |
deletionTime(String deletionTime)
The date and time the Client VPN endpoint was deleted, if applicable.
|
ClientVpnEndpoint.Builder |
description(String description)
A brief description of the endpoint.
|
ClientVpnEndpoint.Builder |
dnsName(String dnsName)
The DNS name to be used by clients when connecting to the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
dnsServers(Collection<String> dnsServers)
Information about the DNS servers to be used for DNS resolution.
|
ClientVpnEndpoint.Builder |
dnsServers(String... dnsServers)
Information about the DNS servers to be used for DNS resolution.
|
ClientVpnEndpoint.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for the target network.
|
ClientVpnEndpoint.Builder |
securityGroupIds(String... securityGroupIds)
The IDs of the security groups for the target network.
|
ClientVpnEndpoint.Builder |
selfServicePortalUrl(String selfServicePortalUrl)
The URL of the self-service portal.
|
ClientVpnEndpoint.Builder |
serverCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
|
ClientVpnEndpoint.Builder |
sessionTimeoutHours(Integer sessionTimeoutHours)
The maximum VPN session duration time in hours.
|
ClientVpnEndpoint.Builder |
splitTunnel(Boolean splitTunnel)
Indicates whether split-tunnel is enabled in the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
status(ClientVpnEndpointStatus status)
The current state of the Client VPN endpoint.
|
default ClientVpnEndpoint.Builder |
status(Consumer<ClientVpnEndpointStatus.Builder> status)
The current state of the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
tags(Collection<Tag> tags)
Any tags assigned to the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
tags(Tag... tags)
Any tags assigned to the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
transportProtocol(String transportProtocol)
The transport protocol used by the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
transportProtocol(TransportProtocol transportProtocol)
The transport protocol used by the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
ClientVpnEndpoint.Builder |
vpnPort(Integer vpnPort)
The port number for the Client VPN endpoint.
|
ClientVpnEndpoint.Builder |
vpnProtocol(String vpnProtocol)
The protocol used by the VPN session.
|
ClientVpnEndpoint.Builder |
vpnProtocol(VpnProtocol vpnProtocol)
The protocol used by the VPN session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientVpnEndpoint.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId - The ID of the Client VPN endpoint.ClientVpnEndpoint.Builder description(String description)
A brief description of the endpoint.
description - A brief description of the endpoint.ClientVpnEndpoint.Builder status(ClientVpnEndpointStatus status)
The current state of the Client VPN endpoint.
status - The current state of the Client VPN endpoint.default ClientVpnEndpoint.Builder status(Consumer<ClientVpnEndpointStatus.Builder> status)
The current state of the Client VPN endpoint.
This is a convenience method that creates an instance of theClientVpnEndpointStatus.Builder avoiding
the need to create one manually via ClientVpnEndpointStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to status(ClientVpnEndpointStatus).
status - a consumer that will call methods on ClientVpnEndpointStatus.Builderstatus(ClientVpnEndpointStatus)ClientVpnEndpoint.Builder creationTime(String creationTime)
The date and time the Client VPN endpoint was created.
creationTime - The date and time the Client VPN endpoint was created.ClientVpnEndpoint.Builder deletionTime(String deletionTime)
The date and time the Client VPN endpoint was deleted, if applicable.
deletionTime - The date and time the Client VPN endpoint was deleted, if applicable.ClientVpnEndpoint.Builder dnsName(String dnsName)
The DNS name to be used by clients when connecting to the Client VPN endpoint.
dnsName - The DNS name to be used by clients when connecting to the Client VPN endpoint.ClientVpnEndpoint.Builder clientCidrBlock(String clientCidrBlock)
The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
clientCidrBlock - The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.ClientVpnEndpoint.Builder dnsServers(Collection<String> dnsServers)
Information about the DNS servers to be used for DNS resolution.
dnsServers - Information about the DNS servers to be used for DNS resolution.ClientVpnEndpoint.Builder dnsServers(String... dnsServers)
Information about the DNS servers to be used for DNS resolution.
dnsServers - Information about the DNS servers to be used for DNS resolution.ClientVpnEndpoint.Builder splitTunnel(Boolean splitTunnel)
Indicates whether split-tunnel is enabled in the Client VPN endpoint.
For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.
splitTunnel - Indicates whether split-tunnel is enabled in the Client VPN endpoint.
For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.
ClientVpnEndpoint.Builder vpnProtocol(String vpnProtocol)
The protocol used by the VPN session.
vpnProtocol - The protocol used by the VPN session.VpnProtocol,
VpnProtocolClientVpnEndpoint.Builder vpnProtocol(VpnProtocol vpnProtocol)
The protocol used by the VPN session.
vpnProtocol - The protocol used by the VPN session.VpnProtocol,
VpnProtocolClientVpnEndpoint.Builder transportProtocol(String transportProtocol)
The transport protocol used by the Client VPN endpoint.
transportProtocol - The transport protocol used by the Client VPN endpoint.TransportProtocol,
TransportProtocolClientVpnEndpoint.Builder transportProtocol(TransportProtocol transportProtocol)
The transport protocol used by the Client VPN endpoint.
transportProtocol - The transport protocol used by the Client VPN endpoint.TransportProtocol,
TransportProtocolClientVpnEndpoint.Builder vpnPort(Integer vpnPort)
The port number for the Client VPN endpoint.
vpnPort - The port number for the Client VPN endpoint.@Deprecated ClientVpnEndpoint.Builder associatedTargetNetworks(Collection<AssociatedTargetNetwork> associatedTargetNetworks)
Information about the associated target networks. A target network is a subnet in a VPC.
associatedTargetNetworks - Information about the associated target networks. A target network is a subnet in a VPC.@Deprecated ClientVpnEndpoint.Builder associatedTargetNetworks(AssociatedTargetNetwork... associatedTargetNetworks)
Information about the associated target networks. A target network is a subnet in a VPC.
associatedTargetNetworks - Information about the associated target networks. A target network is a subnet in a VPC.@Deprecated ClientVpnEndpoint.Builder associatedTargetNetworks(Consumer<AssociatedTargetNetwork.Builder>... associatedTargetNetworks)
Information about the associated target networks. A target network is a subnet in a VPC.
This is a convenience method that creates an instance of theAssociatedTargetNetwork.Builder avoiding the need to create
one manually via AssociatedTargetNetwork.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #associatedTargetNetworks(List.
associatedTargetNetworks - a consumer that will call methods on
AssociatedTargetNetwork.Builder#associatedTargetNetworks(java.util.Collection) ClientVpnEndpoint.Builder serverCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
serverCertificateArn - The ARN of the server certificate.ClientVpnEndpoint.Builder authenticationOptions(Collection<ClientVpnAuthentication> authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
authenticationOptions - Information about the authentication method used by the Client VPN endpoint.ClientVpnEndpoint.Builder authenticationOptions(ClientVpnAuthentication... authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
authenticationOptions - Information about the authentication method used by the Client VPN endpoint.ClientVpnEndpoint.Builder authenticationOptions(Consumer<ClientVpnAuthentication.Builder>... authenticationOptions)
Information about the authentication method used by the Client VPN endpoint.
This is a convenience method that creates an instance of theClientVpnAuthentication.Builder avoiding the need to create
one manually via ClientVpnAuthentication.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #authenticationOptions(List.
authenticationOptions - a consumer that will call methods on
ClientVpnAuthentication.Builder#authenticationOptions(java.util.Collection) ClientVpnEndpoint.Builder connectionLogOptions(ConnectionLogResponseOptions connectionLogOptions)
Information about the client connection logging options for the Client VPN endpoint.
connectionLogOptions - Information about the client connection logging options for the Client VPN endpoint.default ClientVpnEndpoint.Builder connectionLogOptions(Consumer<ConnectionLogResponseOptions.Builder> connectionLogOptions)
Information about the client connection logging options for the Client VPN endpoint.
This is a convenience method that creates an instance of theConnectionLogResponseOptions.Builder
avoiding the need to create one manually via ConnectionLogResponseOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to connectionLogOptions(ConnectionLogResponseOptions).
connectionLogOptions - a consumer that will call methods on ConnectionLogResponseOptions.BuilderconnectionLogOptions(ConnectionLogResponseOptions)ClientVpnEndpoint.Builder tags(Collection<Tag> tags)
Any tags assigned to the Client VPN endpoint.
tags - Any tags assigned to the Client VPN endpoint.ClientVpnEndpoint.Builder tags(Tag... tags)
Any tags assigned to the Client VPN endpoint.
tags - Any tags assigned to the Client VPN endpoint.ClientVpnEndpoint.Builder tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the Client VPN endpoint.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) ClientVpnEndpoint.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for the target network.
securityGroupIds - The IDs of the security groups for the target network.ClientVpnEndpoint.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups for the target network.
securityGroupIds - The IDs of the security groups for the target network.ClientVpnEndpoint.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.ClientVpnEndpoint.Builder selfServicePortalUrl(String selfServicePortalUrl)
The URL of the self-service portal.
selfServicePortalUrl - The URL of the self-service portal.ClientVpnEndpoint.Builder clientConnectOptions(ClientConnectResponseOptions clientConnectOptions)
The options for managing connection authorization for new client connections.
clientConnectOptions - The options for managing connection authorization for new client connections.default ClientVpnEndpoint.Builder clientConnectOptions(Consumer<ClientConnectResponseOptions.Builder> clientConnectOptions)
The options for managing connection authorization for new client connections.
This is a convenience method that creates an instance of theClientConnectResponseOptions.Builder
avoiding the need to create one manually via ClientConnectResponseOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to clientConnectOptions(ClientConnectResponseOptions).
clientConnectOptions - a consumer that will call methods on ClientConnectResponseOptions.BuilderclientConnectOptions(ClientConnectResponseOptions)ClientVpnEndpoint.Builder sessionTimeoutHours(Integer sessionTimeoutHours)
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
sessionTimeoutHours - The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
ClientVpnEndpoint.Builder clientLoginBannerOptions(ClientLoginBannerResponseOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
clientLoginBannerOptions - Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided
clients when a VPN session is established.default ClientVpnEndpoint.Builder clientLoginBannerOptions(Consumer<ClientLoginBannerResponseOptions.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.
This is a convenience method that creates an instance of theClientLoginBannerResponseOptions.Builder
avoiding the need to create one manually via ClientLoginBannerResponseOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to clientLoginBannerOptions(ClientLoginBannerResponseOptions).
clientLoginBannerOptions - a consumer that will call methods on ClientLoginBannerResponseOptions.BuilderclientLoginBannerOptions(ClientLoginBannerResponseOptions)Copyright © 2023. All rights reserved.