public static final class CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty |
build()
Builds the configured instance.
|
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.Builder |
certificateAuthorityArn(java.lang.String certificateAuthorityArn)
|
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.Builder |
status(java.lang.String status)
Sets the value of
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.getStatus() |
public CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.Builder certificateAuthorityArn(java.lang.String certificateAuthorityArn)
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.getCertificateAuthorityArn()
certificateAuthorityArn
- The ARN of the AWS Certificate Manager Private CA resource.this
public CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.Builder status(java.lang.String status)
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty.getStatus()
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.this
public CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty build()
CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided