@Stability(value=Stable) public static final class CfnSimpleADProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSimpleADProps>
CfnSimpleADProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnSimpleADProps.Builder name(String name)
CfnSimpleADProps.getName()name - The fully qualified name for the directory, such as `corp.example.com` . This parameter is required.this@Stability(value=Stable) public CfnSimpleADProps.Builder password(String password)
CfnSimpleADProps.getPassword()password - The password for the directory administrator. This parameter is required.
The directory creation process creates a directory administrator account with the user name Administrator and this password.
If you need to change the password for the administrator account, see the ResetUserPassword API call in the AWS Directory Service API Reference .
this@Stability(value=Stable) public CfnSimpleADProps.Builder size(String size)
CfnSimpleADProps.getSize()size - The size of the directory. This parameter is required.
For valid values, see CreateDirectory in the AWS Directory Service API Reference .this@Stability(value=Stable) public CfnSimpleADProps.Builder vpcSettings(CfnSimpleAD.VpcSettingsProperty vpcSettings)
CfnSimpleADProps.getVpcSettings()vpcSettings - A [DirectoryVpcSettings](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_DirectoryVpcSettings.html) object that contains additional information for the operation. This parameter is required.this@Stability(value=Stable) public CfnSimpleADProps.Builder vpcSettings(IResolvable vpcSettings)
CfnSimpleADProps.getVpcSettings()vpcSettings - A [DirectoryVpcSettings](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_DirectoryVpcSettings.html) object that contains additional information for the operation. This parameter is required.this@Stability(value=Stable) public CfnSimpleADProps.Builder createAlias(Boolean createAlias)
CfnSimpleADProps.getCreateAlias()createAlias - If set to `true` , specifies an alias for a directory and assigns the alias to the directory.
The alias is used to construct the access URL for the directory, such as http://<alias>.awsapps.com . By default, this property is set to false .
After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.
this@Stability(value=Stable) public CfnSimpleADProps.Builder createAlias(IResolvable createAlias)
CfnSimpleADProps.getCreateAlias()createAlias - If set to `true` , specifies an alias for a directory and assigns the alias to the directory.
The alias is used to construct the access URL for the directory, such as http://<alias>.awsapps.com . By default, this property is set to false .
After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.
this@Stability(value=Stable) public CfnSimpleADProps.Builder description(String description)
CfnSimpleADProps.getDescription()description - A description for the directory.this@Stability(value=Stable) public CfnSimpleADProps.Builder enableSso(Boolean enableSso)
CfnSimpleADProps.getEnableSso()enableSso - Whether to enable single sign-on for a directory.
If you don't specify a value, AWS CloudFormation disables single sign-on by default.this@Stability(value=Stable) public CfnSimpleADProps.Builder enableSso(IResolvable enableSso)
CfnSimpleADProps.getEnableSso()enableSso - Whether to enable single sign-on for a directory.
If you don't specify a value, AWS CloudFormation disables single sign-on by default.this@Stability(value=Stable) public CfnSimpleADProps.Builder shortName(String shortName)
CfnSimpleADProps.getShortName()shortName - The NetBIOS name of the directory, such as `CORP` .this@Stability(value=Stable) public CfnSimpleADProps build()
build in interface software.amazon.jsii.Builder<CfnSimpleADProps>CfnSimpleADPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.