@Stability(value=Stable) public static final class CfnDirectoryConfigProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDirectoryConfigProps>
CfnDirectoryConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDirectoryConfigProps |
build()
Builds the configured instance.
|
CfnDirectoryConfigProps.Builder |
directoryName(String directoryName)
Sets the value of
CfnDirectoryConfigProps.getDirectoryName() |
CfnDirectoryConfigProps.Builder |
organizationalUnitDistinguishedNames(List<String> organizationalUnitDistinguishedNames)
Sets the value of
CfnDirectoryConfigProps.getOrganizationalUnitDistinguishedNames() |
CfnDirectoryConfigProps.Builder |
serviceAccountCredentials(CfnDirectoryConfig.ServiceAccountCredentialsProperty serviceAccountCredentials)
Sets the value of
CfnDirectoryConfigProps.getServiceAccountCredentials() |
CfnDirectoryConfigProps.Builder |
serviceAccountCredentials(IResolvable serviceAccountCredentials)
Sets the value of
CfnDirectoryConfigProps.getServiceAccountCredentials() |
@Stability(value=Stable) public CfnDirectoryConfigProps.Builder directoryName(String directoryName)
CfnDirectoryConfigProps.getDirectoryName()directoryName - `AWS::AppStream::DirectoryConfig.DirectoryName`. This parameter is required.this@Stability(value=Stable) public CfnDirectoryConfigProps.Builder organizationalUnitDistinguishedNames(List<String> organizationalUnitDistinguishedNames)
CfnDirectoryConfigProps.getOrganizationalUnitDistinguishedNames()organizationalUnitDistinguishedNames - `AWS::AppStream::DirectoryConfig.OrganizationalUnitDistinguishedNames`. This parameter is required.this@Stability(value=Stable) public CfnDirectoryConfigProps.Builder serviceAccountCredentials(CfnDirectoryConfig.ServiceAccountCredentialsProperty serviceAccountCredentials)
CfnDirectoryConfigProps.getServiceAccountCredentials()serviceAccountCredentials - `AWS::AppStream::DirectoryConfig.ServiceAccountCredentials`. This parameter is required.this@Stability(value=Stable) public CfnDirectoryConfigProps.Builder serviceAccountCredentials(IResolvable serviceAccountCredentials)
CfnDirectoryConfigProps.getServiceAccountCredentials()serviceAccountCredentials - `AWS::AppStream::DirectoryConfig.ServiceAccountCredentials`. This parameter is required.this@Stability(value=Stable) public CfnDirectoryConfigProps build()
build in interface software.amazon.jsii.Builder<CfnDirectoryConfigProps>CfnDirectoryConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.