Struct aws_sdk_ec2::model::client_vpn_authentication_request::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ClientVpnAuthenticationRequest
Implementations
The type of client authentication to be used.
The type of client authentication to be used.
Information about the Active Directory to be used, if applicable. You must provide this information if Type is directory-service-authentication
.
pub fn set_active_directory(
self,
input: Option<DirectoryServiceAuthenticationRequest>
) -> Self
pub fn set_active_directory(
self,
input: Option<DirectoryServiceAuthenticationRequest>
) -> Self
Information about the Active Directory to be used, if applicable. You must provide this information if Type is directory-service-authentication
.
Information about the authentication certificates to be used, if applicable. You must provide this information if Type is certificate-authentication
.
pub fn set_mutual_authentication(
self,
input: Option<CertificateAuthenticationRequest>
) -> Self
pub fn set_mutual_authentication(
self,
input: Option<CertificateAuthenticationRequest>
) -> Self
Information about the authentication certificates to be used, if applicable. You must provide this information if Type is certificate-authentication
.
Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if Type is federated-authentication
.
pub fn set_federated_authentication(
self,
input: Option<FederatedAuthenticationRequest>
) -> Self
pub fn set_federated_authentication(
self,
input: Option<FederatedAuthenticationRequest>
) -> Self
Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if Type is federated-authentication
.
Consumes the builder and constructs a ClientVpnAuthenticationRequest
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more