Struct aws_sdk_ec2::operation::modify_client_vpn_endpoint::builders::ModifyClientVpnEndpointInputBuilder
source · #[non_exhaustive]pub struct ModifyClientVpnEndpointInputBuilder { /* private fields */ }
Expand description
A builder for ModifyClientVpnEndpointInput
.
Implementations§
source§impl ModifyClientVpnEndpointInputBuilder
impl ModifyClientVpnEndpointInputBuilder
sourcepub fn client_vpn_endpoint_id(self, input: impl Into<String>) -> Self
pub fn client_vpn_endpoint_id(self, input: impl Into<String>) -> Self
The ID of the Client VPN endpoint to modify.
sourcepub fn set_client_vpn_endpoint_id(self, input: Option<String>) -> Self
pub fn set_client_vpn_endpoint_id(self, input: Option<String>) -> Self
The ID of the Client VPN endpoint to modify.
sourcepub fn get_client_vpn_endpoint_id(&self) -> &Option<String>
pub fn get_client_vpn_endpoint_id(&self) -> &Option<String>
The ID of the Client VPN endpoint to modify.
sourcepub fn server_certificate_arn(self, input: impl Into<String>) -> Self
pub fn server_certificate_arn(self, input: impl Into<String>) -> Self
The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).
sourcepub fn set_server_certificate_arn(self, input: Option<String>) -> Self
pub fn set_server_certificate_arn(self, input: Option<String>) -> Self
The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).
sourcepub fn get_server_certificate_arn(&self) -> &Option<String>
pub fn get_server_certificate_arn(&self) -> &Option<String>
The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).
sourcepub fn connection_log_options(self, input: ConnectionLogOptions) -> Self
pub fn connection_log_options(self, input: ConnectionLogOptions) -> Self
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
sourcepub fn set_connection_log_options(
self,
input: Option<ConnectionLogOptions>
) -> Self
pub fn set_connection_log_options( self, input: Option<ConnectionLogOptions> ) -> Self
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
sourcepub fn get_connection_log_options(&self) -> &Option<ConnectionLogOptions>
pub fn get_connection_log_options(&self) -> &Option<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
sourcepub fn dns_servers(self, input: DnsServersOptionsModifyStructure) -> Self
pub fn dns_servers(self, input: DnsServersOptionsModifyStructure) -> Self
Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.
sourcepub fn set_dns_servers(
self,
input: Option<DnsServersOptionsModifyStructure>
) -> Self
pub fn set_dns_servers( self, input: Option<DnsServersOptionsModifyStructure> ) -> Self
Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.
sourcepub fn get_dns_servers(&self) -> &Option<DnsServersOptionsModifyStructure>
pub fn get_dns_servers(&self) -> &Option<DnsServersOptionsModifyStructure>
Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.
sourcepub fn vpn_port(self, input: i32) -> Self
pub fn vpn_port(self, input: i32) -> Self
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
sourcepub fn set_vpn_port(self, input: Option<i32>) -> Self
pub fn set_vpn_port(self, input: Option<i32>) -> Self
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
sourcepub fn get_vpn_port(&self) -> &Option<i32>
pub fn get_vpn_port(&self) -> &Option<i32>
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the Client VPN endpoint.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the Client VPN endpoint.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A brief description of the Client VPN endpoint.
sourcepub fn split_tunnel(self, input: bool) -> Self
pub fn split_tunnel(self, input: bool) -> Self
Indicates whether the VPN is split-tunnel.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
sourcepub fn set_split_tunnel(self, input: Option<bool>) -> Self
pub fn set_split_tunnel(self, input: Option<bool>) -> Self
Indicates whether the VPN is split-tunnel.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
sourcepub fn get_split_tunnel(&self) -> &Option<bool>
pub fn get_split_tunnel(&self) -> &Option<bool>
Indicates whether the VPN is split-tunnel.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn get_dry_run(&self) -> &Option<bool>
pub fn get_dry_run(&self) -> &Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
The IDs of one or more security groups to apply to the target network.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
The IDs of one or more security groups to apply to the target network.
sourcepub fn get_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_security_group_ids(&self) -> &Option<Vec<String>>
The IDs of one or more security groups to apply to the target network.
sourcepub fn vpc_id(self, input: impl Into<String>) -> Self
pub fn vpc_id(self, input: impl Into<String>) -> Self
The ID of the VPC to associate with the Client VPN endpoint.
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the VPC to associate with the Client VPN endpoint.
sourcepub fn get_vpc_id(&self) -> &Option<String>
pub fn get_vpc_id(&self) -> &Option<String>
The ID of the VPC to associate with the Client VPN endpoint.
sourcepub fn self_service_portal(self, input: SelfServicePortal) -> Self
pub fn self_service_portal(self, input: SelfServicePortal) -> Self
Specify whether to enable the self-service portal for the Client VPN endpoint.
sourcepub fn set_self_service_portal(self, input: Option<SelfServicePortal>) -> Self
pub fn set_self_service_portal(self, input: Option<SelfServicePortal>) -> Self
Specify whether to enable the self-service portal for the Client VPN endpoint.
sourcepub fn get_self_service_portal(&self) -> &Option<SelfServicePortal>
pub fn get_self_service_portal(&self) -> &Option<SelfServicePortal>
Specify whether to enable the self-service portal for the Client VPN endpoint.
sourcepub fn client_connect_options(self, input: ClientConnectOptions) -> Self
pub fn client_connect_options(self, input: ClientConnectOptions) -> Self
The options for managing connection authorization for new client connections.
sourcepub fn set_client_connect_options(
self,
input: Option<ClientConnectOptions>
) -> Self
pub fn set_client_connect_options( self, input: Option<ClientConnectOptions> ) -> Self
The options for managing connection authorization for new client connections.
sourcepub fn get_client_connect_options(&self) -> &Option<ClientConnectOptions>
pub fn get_client_connect_options(&self) -> &Option<ClientConnectOptions>
The options for managing connection authorization for new client connections.
sourcepub fn session_timeout_hours(self, input: i32) -> Self
pub fn session_timeout_hours(self, input: i32) -> Self
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
sourcepub fn set_session_timeout_hours(self, input: Option<i32>) -> Self
pub fn set_session_timeout_hours(self, input: Option<i32>) -> Self
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
sourcepub fn get_session_timeout_hours(&self) -> &Option<i32>
pub fn get_session_timeout_hours(&self) -> &Option<i32>
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
sourcepub fn build(self) -> Result<ModifyClientVpnEndpointInput, BuildError>
pub fn build(self) -> Result<ModifyClientVpnEndpointInput, BuildError>
Consumes the builder and constructs a ModifyClientVpnEndpointInput
.
source§impl ModifyClientVpnEndpointInputBuilder
impl ModifyClientVpnEndpointInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ModifyClientVpnEndpointOutput, SdkError<ModifyClientVpnEndpointError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ModifyClientVpnEndpointOutput, SdkError<ModifyClientVpnEndpointError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ModifyClientVpnEndpointInputBuilder
impl Clone for ModifyClientVpnEndpointInputBuilder
source§fn clone(&self) -> ModifyClientVpnEndpointInputBuilder
fn clone(&self) -> ModifyClientVpnEndpointInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ModifyClientVpnEndpointInputBuilder
impl Default for ModifyClientVpnEndpointInputBuilder
source§fn default() -> ModifyClientVpnEndpointInputBuilder
fn default() -> ModifyClientVpnEndpointInputBuilder
source§impl PartialEq<ModifyClientVpnEndpointInputBuilder> for ModifyClientVpnEndpointInputBuilder
impl PartialEq<ModifyClientVpnEndpointInputBuilder> for ModifyClientVpnEndpointInputBuilder
source§fn eq(&self, other: &ModifyClientVpnEndpointInputBuilder) -> bool
fn eq(&self, other: &ModifyClientVpnEndpointInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.