public static interface ClientVpnEndpoint.Builder extends SdkPojo, CopyableBuilder<ClientVpnEndpoint.Builder,ClientVpnEndpoint>
Modifier and Type | Method and Description |
---|---|
ClientVpnEndpoint.Builder |
associatedTargetNetworks(AssociatedTargetNetwork... associatedTargetNetworks)
Information about the associated target networks.
|
ClientVpnEndpoint.Builder |
associatedTargetNetworks(Collection<AssociatedTargetNetwork> associatedTargetNetworks)
Information about the associated target networks.
|
ClientVpnEndpoint.Builder |
associatedTargetNetworks(Consumer<AssociatedTargetNetwork.Builder>... associatedTargetNetworks)
Information about the associated target networks.
|
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 |
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 |
serverCertificateArn(String serverCertificateArn)
The ARN of the server certificate.
|
ClientVpnEndpoint.Builder |
splitTunnel(Boolean splitTunnel)
Indicates whether split-tunnel is enabled in the AWS 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 |
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 AWS Client VPN endpoint.
For information about split-tunnel VPN endpoints, see Split-Tunnel AWS Client VPN Endpoint in the AWS Client VPN Administrator Guide.
splitTunnel
- Indicates whether split-tunnel is enabled in the AWS Client VPN endpoint.
For information about split-tunnel VPN endpoints, see Split-Tunnel AWS Client VPN Endpoint in the AWS 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 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.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.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)
Copyright © 2019. All rights reserved.