CopyableBuilder<CreateMicrosoftADRequest.Builder,CreateMicrosoftADRequest>
, SdkBuilder<CreateMicrosoftADRequest.Builder,CreateMicrosoftADRequest>
public static interface CreateMicrosoftADRequest.Builder extends CopyableBuilder<CreateMicrosoftADRequest.Builder,CreateMicrosoftADRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateMicrosoftADRequest.Builder |
description(String description) |
A textual description for the directory.
|
CreateMicrosoftADRequest.Builder |
name(String name) |
The fully qualified domain name for the directory, such as
corp.example.com . |
CreateMicrosoftADRequest.Builder |
password(String password) |
The password for the default administrative user named
Admin . |
CreateMicrosoftADRequest.Builder |
shortName(String shortName) |
The NetBIOS name for your domain.
|
CreateMicrosoftADRequest.Builder |
vpcSettings(DirectoryVpcSettings vpcSettings) |
copy
apply, build
CreateMicrosoftADRequest.Builder name(String name)
The fully qualified domain name for the directory, such as corp.example.com
. This name will
resolve inside your VPC only. It does not need to be publicly resolvable.
name
- The fully qualified domain name for the directory, such as corp.example.com
. This name
will resolve inside your VPC only. It does not need to be publicly resolvable.CreateMicrosoftADRequest.Builder shortName(String shortName)
The NetBIOS name for your domain. A short identifier for your domain, such as CORP
. If you don't
specify a NetBIOS name, it will default to the first part of your directory DNS. For example,
CORP
for the directory DNS corp.example.com
.
shortName
- The NetBIOS name for your domain. A short identifier for your domain, such as CORP
. If
you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For
example, CORP
for the directory DNS corp.example.com
.CreateMicrosoftADRequest.Builder password(String password)
The password for the default administrative user named Admin
.
password
- The password for the default administrative user named Admin
.CreateMicrosoftADRequest.Builder description(String description)
A textual description for the directory. This label will appear on the AWS console
Directory Details
page after the directory is created.
description
- A textual description for the directory. This label will appear on the AWS console
Directory Details
page after the directory is created.CreateMicrosoftADRequest.Builder vpcSettings(DirectoryVpcSettings vpcSettings)
vpcSettings
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.