@Stability(value=Stable) public static final class CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStudioComponent.ActiveDirectoryConfigurationProperty>
CfnStudioComponent.ActiveDirectoryConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStudioComponent.ActiveDirectoryConfigurationProperty |
build()
Builds the configured instance.
|
CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder |
computerAttributes(IResolvable computerAttributes)
|
CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder |
computerAttributes(List<? extends Object> computerAttributes)
|
CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder |
directoryId(String directoryId)
Sets the value of
CfnStudioComponent.ActiveDirectoryConfigurationProperty.getDirectoryId() |
CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder |
organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
|
@Stability(value=Stable) public CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder computerAttributes(IResolvable computerAttributes)
computerAttributes - A collection of custom attributes for an Active Directory computer.this@Stability(value=Stable) public CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder computerAttributes(List<? extends Object> computerAttributes)
computerAttributes - A collection of custom attributes for an Active Directory computer.this@Stability(value=Stable) public CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder directoryId(String directoryId)
CfnStudioComponent.ActiveDirectoryConfigurationProperty.getDirectoryId()directoryId - The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.this@Stability(value=Stable) public CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
CfnStudioComponent.ActiveDirectoryConfigurationProperty.getOrganizationalUnitDistinguishedName()organizationalUnitDistinguishedName - The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.this@Stability(value=Stable) public CfnStudioComponent.ActiveDirectoryConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnStudioComponent.ActiveDirectoryConfigurationProperty>CfnStudioComponent.ActiveDirectoryConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.