public static interface ModifyClientVpnEndpointRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyClientVpnEndpointRequest.Builder,ModifyClientVpnEndpointRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyClientVpnEndpointRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to modify.
clientVpnEndpointId - The ID of the Client VPN endpoint to modify.ModifyClientVpnEndpointRequest.Builder serverCertificateArn(String serverCertificateArn)
The ARN of the server certificate to be used. The server certificate must be provisioned in AWS Certificate Manager (ACM).
serverCertificateArn - The ARN of the server certificate to be used. The server certificate must be provisioned in AWS
Certificate Manager (ACM).ModifyClientVpnEndpointRequest.Builder connectionLogOptions(ConnectionLogOptions connectionLogOptions)
Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
Client connection requests
Client connection results (successful and unsuccessful)
Reasons for unsuccessful client connection requests
Client connection termination time
connectionLogOptions - Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
Client connection requests
Client connection results (successful and unsuccessful)
Reasons for unsuccessful client connection requests
Client connection termination time
default ModifyClientVpnEndpointRequest.Builder connectionLogOptions(Consumer<ConnectionLogOptions.Builder> connectionLogOptions)
Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
Client connection requests
Client connection results (successful and unsuccessful)
Reasons for unsuccessful client connection requests
Client connection termination time
ConnectionLogOptions.Builder avoiding the need
to create one manually via ConnectionLogOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to connectionLogOptions(ConnectionLogOptions).connectionLogOptions - a consumer that will call methods on ConnectionLogOptions.BuilderconnectionLogOptions(ConnectionLogOptions)ModifyClientVpnEndpointRequest.Builder dnsServers(DnsServersOptionsModifyStructure dnsServers)
Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.
dnsServers - Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have
up to two DNS servers.default ModifyClientVpnEndpointRequest.Builder dnsServers(Consumer<DnsServersOptionsModifyStructure.Builder> dnsServers)
Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.
This is a convenience that creates an instance of theDnsServersOptionsModifyStructure.Builder
avoiding the need to create one manually via DnsServersOptionsModifyStructure.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dnsServers(DnsServersOptionsModifyStructure).dnsServers - a consumer that will call methods on DnsServersOptionsModifyStructure.BuilderdnsServers(DnsServersOptionsModifyStructure)ModifyClientVpnEndpointRequest.Builder description(String description)
A brief description of the Client VPN endpoint.
description - A brief description of the Client VPN endpoint.ModifyClientVpnEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyClientVpnEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.