CopyableBuilder<CreateDirectoryRequest.Builder,CreateDirectoryRequest>
, SdkBuilder<CreateDirectoryRequest.Builder,CreateDirectoryRequest>
public static interface CreateDirectoryRequest.Builder extends CopyableBuilder<CreateDirectoryRequest.Builder,CreateDirectoryRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateDirectoryRequest.Builder |
description(String description) |
A textual description for the directory.
|
CreateDirectoryRequest.Builder |
name(String name) |
The fully qualified name for the directory, such as
corp.example.com . |
CreateDirectoryRequest.Builder |
password(String password) |
The password for the directory administrator.
|
CreateDirectoryRequest.Builder |
shortName(String shortName) |
The short name of the directory, such as
CORP . |
CreateDirectoryRequest.Builder |
size(String size) |
The size of the directory.
|
CreateDirectoryRequest.Builder |
size(DirectorySize size) |
The size of the directory.
|
CreateDirectoryRequest.Builder |
vpcSettings(DirectoryVpcSettings vpcSettings) |
A DirectoryVpcSettings object that contains additional information for the operation.
|
copy
apply, build
CreateDirectoryRequest.Builder name(String name)
The fully qualified name for the directory, such as corp.example.com
.
name
- The fully qualified name for the directory, such as corp.example.com
.CreateDirectoryRequest.Builder shortName(String shortName)
The short name of the directory, such as CORP
.
shortName
- The short name of the directory, such as CORP
.CreateDirectoryRequest.Builder password(String password)
The password for the directory administrator. The directory creation process creates a directory
administrator account with the username Administrator
and this password.
password
- The password for the directory administrator. The directory creation process creates a directory
administrator account with the username Administrator
and this password.CreateDirectoryRequest.Builder description(String description)
A textual description for the directory.
description
- A textual description for the directory.CreateDirectoryRequest.Builder size(String size)
The size of the directory.
size
- The size of the directory.DirectorySize
CreateDirectoryRequest.Builder size(DirectorySize size)
The size of the directory.
size
- The size of the directory.DirectorySize
CreateDirectoryRequest.Builder vpcSettings(DirectoryVpcSettings vpcSettings)
A DirectoryVpcSettings object that contains additional information for the operation.
vpcSettings
- A DirectoryVpcSettings object that contains additional information for the operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.