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 |
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 |
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, sdkFields
copy
applyMutation, build
ClientVpnEndpoint.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 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.Builder
status(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
,
VpnProtocol
ClientVpnEndpoint.Builder vpnProtocol(VpnProtocol vpnProtocol)
The protocol used by the VPN session.
vpnProtocol
- The protocol used by the VPN session.VpnProtocol
,
VpnProtocol
ClientVpnEndpoint.Builder transportProtocol(String transportProtocol)
The transport protocol used by the Client VPN endpoint.
transportProtocol
- The transport protocol used by the Client VPN endpoint.TransportProtocol
,
TransportProtocol
ClientVpnEndpoint.Builder transportProtocol(TransportProtocol transportProtocol)
The transport protocol used by the Client VPN endpoint.
transportProtocol
- The transport protocol used by the Client VPN endpoint.TransportProtocol
,
TransportProtocol
ClientVpnEndpoint.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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #associatedTargetNetworks(List)
.associatedTargetNetworks
- a consumer that will call methods on List.Builder
#associatedTargetNetworks(List)
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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #authenticationOptions(List)
.authenticationOptions
- a consumer that will call methods on List.Builder
#authenticationOptions(List)
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 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.Builder
connectionLogOptions(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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
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 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.Builder
clientConnectOptions(ClientConnectResponseOptions)
Copyright © 2021. All rights reserved.