CopyableBuilder<ConnectDirectoryRequest.Builder,ConnectDirectoryRequest>
, SdkBuilder<ConnectDirectoryRequest.Builder,ConnectDirectoryRequest>
public static interface ConnectDirectoryRequest.Builder extends CopyableBuilder<ConnectDirectoryRequest.Builder,ConnectDirectoryRequest>
Modifier and Type | Method | Description |
---|---|---|
ConnectDirectoryRequest.Builder |
connectSettings(DirectoryConnectSettings connectSettings) |
A DirectoryConnectSettings object that contains additional information for the operation.
|
ConnectDirectoryRequest.Builder |
description(String description) |
A textual description for the directory.
|
ConnectDirectoryRequest.Builder |
name(String name) |
The fully-qualified name of the on-premises directory, such as
corp.example.com . |
ConnectDirectoryRequest.Builder |
password(String password) |
The password for the on-premises user account.
|
ConnectDirectoryRequest.Builder |
shortName(String shortName) |
The NetBIOS name of the on-premises directory, such as
CORP . |
ConnectDirectoryRequest.Builder |
size(String size) |
The size of the directory.
|
ConnectDirectoryRequest.Builder |
size(DirectorySize size) |
The size of the directory.
|
copy
apply, build
ConnectDirectoryRequest.Builder name(String name)
The fully-qualified name of the on-premises directory, such as corp.example.com
.
name
- The fully-qualified name of the on-premises directory, such as corp.example.com
.ConnectDirectoryRequest.Builder shortName(String shortName)
The NetBIOS name of the on-premises directory, such as CORP
.
shortName
- The NetBIOS name of the on-premises directory, such as CORP
.ConnectDirectoryRequest.Builder password(String password)
The password for the on-premises user account.
password
- The password for the on-premises user account.ConnectDirectoryRequest.Builder description(String description)
A textual description for the directory.
description
- A textual description for the directory.ConnectDirectoryRequest.Builder size(String size)
The size of the directory.
size
- The size of the directory.DirectorySize
ConnectDirectoryRequest.Builder size(DirectorySize size)
The size of the directory.
size
- The size of the directory.DirectorySize
ConnectDirectoryRequest.Builder connectSettings(DirectoryConnectSettings connectSettings)
A DirectoryConnectSettings object that contains additional information for the operation.
connectSettings
- A DirectoryConnectSettings object that contains additional information for the operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.