Class CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty>
- Enclosing interface:
CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty
@Stability(Stable)
public static final class CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateAuthorityArn(String certificateAuthorityArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateAuthorityArn
@Stability(Stable) public CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty.Builder certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty.getCertificateAuthorityArn()- Parameters:
certificateAuthorityArn- The ARN of the AWS Certificate Manager Private CA resource.- Returns:
this
-
status
@Stability(Stable) public CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty.Builder status(String status) - Parameters:
status- The status of the certificate-based authentication properties. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.- Returns:
this
-
build
@Stability(Stable) public CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty>- Returns:
- a new instance of
CfnDirectoryConfigPropsMixin.CertificateBasedAuthPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-