Interface AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.Builder,
,AwsEc2ClientVpnEndpointAuthenticationOptionsDetails> SdkBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.Builder,
,AwsEc2ClientVpnEndpointAuthenticationOptionsDetails> SdkPojo
- Enclosing class:
AwsEc2ClientVpnEndpointAuthenticationOptionsDetails
-
Method Summary
Modifier and TypeMethodDescriptionactiveDirectory
(Consumer<AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails.Builder> activeDirectory) Information about the Active Directory, if applicable.Information about the Active Directory, if applicable.federatedAuthentication
(Consumer<AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder> federatedAuthentication) Information about the IAM SAML identity provider, if applicable.federatedAuthentication
(AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails federatedAuthentication) Information about the IAM SAML identity provider, if applicable.mutualAuthentication
(Consumer<AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder> mutualAuthentication) Information about the authentication certificates, if applicable.mutualAuthentication
(AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails mutualAuthentication) Information about the authentication certificates, if applicable.The authentication type used.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The authentication type used.
- Parameters:
type
- The authentication type used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeDirectory
AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.Builder activeDirectory(AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails activeDirectory) Information about the Active Directory, if applicable. With Active Directory authentication, clients are authenticated against existing Active Directory groups.
- Parameters:
activeDirectory
- Information about the Active Directory, if applicable. With Active Directory authentication, clients are authenticated against existing Active Directory groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeDirectory
default AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.Builder activeDirectory(Consumer<AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails.Builder> activeDirectory) Information about the Active Directory, if applicable. With Active Directory authentication, clients are authenticated against existing Active Directory groups.
This is a convenience method that creates an instance of theAwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails.Builder
avoiding the need to create one manually viaAwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toactiveDirectory(AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails)
.- Parameters:
activeDirectory
- a consumer that will call methods onAwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mutualAuthentication
AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.Builder mutualAuthentication(AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails mutualAuthentication) Information about the authentication certificates, if applicable.
- Parameters:
mutualAuthentication
- Information about the authentication certificates, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mutualAuthentication
default AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.Builder mutualAuthentication(Consumer<AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder> mutualAuthentication) Information about the authentication certificates, if applicable.
This is a convenience method that creates an instance of theAwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder
avoiding the need to create one manually viaAwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomutualAuthentication(AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails)
.- Parameters:
mutualAuthentication
- a consumer that will call methods onAwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
federatedAuthentication
AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.Builder federatedAuthentication(AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails federatedAuthentication) Information about the IAM SAML identity provider, if applicable.
- Parameters:
federatedAuthentication
- Information about the IAM SAML identity provider, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
federatedAuthentication
default AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.Builder federatedAuthentication(Consumer<AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder> federatedAuthentication) Information about the IAM SAML identity provider, if applicable.
This is a convenience method that creates an instance of theAwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder
avoiding the need to create one manually viaAwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofederatedAuthentication(AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails)
.- Parameters:
federatedAuthentication
- a consumer that will call methods onAwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-