CopyableBuilder<Directory.Builder,Directory>, SdkBuilder<Directory.Builder,Directory>public static interface Directory.Builder extends CopyableBuilder<Directory.Builder,Directory>
| Modifier and Type | Method | Description |
|---|---|---|
Directory.Builder |
creationDateTime(Date creationDateTime) |
The date and time when the directory was created.
|
Directory.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) that is associated with the directory.
|
Directory.Builder |
name(String name) |
The name of the directory.
|
Directory.Builder |
state(String state) |
The state of the directory.
|
Directory.Builder |
state(DirectoryState state) |
The state of the directory.
|
copyapply, buildDirectory.Builder name(String name)
The name of the directory.
name - The name of the directory.Directory.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.
directoryArn - The Amazon Resource Name (ARN) that is associated with the directory. For more information, see
arns.Directory.Builder state(String state)
The state of the directory. Can be either Enabled, Disabled, or
Deleted.
state - The state of the directory. Can be either Enabled, Disabled, or
Deleted.DirectoryStateDirectory.Builder state(DirectoryState state)
The state of the directory. Can be either Enabled, Disabled, or
Deleted.
state - The state of the directory. Can be either Enabled, Disabled, or
Deleted.DirectoryStateDirectory.Builder creationDateTime(Date creationDateTime)
The date and time when the directory was created.
creationDateTime - The date and time when the directory was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.