@Stability(value=Stable) public static final class CfnDirectoryConfig.Builder extends Object implements software.amazon.jsii.Builder<CfnDirectoryConfig>
CfnDirectoryConfig.| Modifier and Type | Method and Description |
|---|---|
CfnDirectoryConfig |
build() |
static CfnDirectoryConfig.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDirectoryConfig.Builder |
directoryName(String directoryName)
The fully qualified name of the directory (for example, corp.example.com).
|
CfnDirectoryConfig.Builder |
organizationalUnitDistinguishedNames(List<String> organizationalUnitDistinguishedNames)
The distinguished names of the organizational units for computer accounts.
|
CfnDirectoryConfig.Builder |
serviceAccountCredentials(CfnDirectoryConfig.ServiceAccountCredentialsProperty serviceAccountCredentials)
The credentials for the service account used by the streaming instance to connect to the directory.
|
CfnDirectoryConfig.Builder |
serviceAccountCredentials(IResolvable serviceAccountCredentials)
The credentials for the service account used by the streaming instance to connect to the directory.
|
@Stability(value=Stable) public static CfnDirectoryConfig.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDirectoryConfig.ServiceAccountCredentialsProperty.Builder.@Stability(value=Stable) public CfnDirectoryConfig.Builder directoryName(String directoryName)
directoryName - The fully qualified name of the directory (for example, corp.example.com). This parameter is required.this@Stability(value=Stable) public CfnDirectoryConfig.Builder organizationalUnitDistinguishedNames(List<String> organizationalUnitDistinguishedNames)
organizationalUnitDistinguishedNames - The distinguished names of the organizational units for computer accounts. This parameter is required.this@Stability(value=Stable) public CfnDirectoryConfig.Builder serviceAccountCredentials(CfnDirectoryConfig.ServiceAccountCredentialsProperty serviceAccountCredentials)
Do not use this parameter directly. Use ServiceAccountCredentials as an input parameter with noEcho as shown in the Parameters . For best practices information, see Do Not Embed Credentials in Your Templates .
serviceAccountCredentials - The credentials for the service account used by the streaming instance to connect to the directory. This parameter is required.this@Stability(value=Stable) public CfnDirectoryConfig.Builder serviceAccountCredentials(IResolvable serviceAccountCredentials)
Do not use this parameter directly. Use ServiceAccountCredentials as an input parameter with noEcho as shown in the Parameters . For best practices information, see Do Not Embed Credentials in Your Templates .
serviceAccountCredentials - The credentials for the service account used by the streaming instance to connect to the directory. This parameter is required.this@Stability(value=Stable) public CfnDirectoryConfig build()
build in interface software.amazon.jsii.Builder<CfnDirectoryConfig>Copyright © 2022. All rights reserved.