public static interface Directory.Builder extends CopyableBuilder<Directory.Builder,Directory>
| Modifier and Type | Method and Description |
|---|---|
Directory.Builder |
creationDateTime(Instant 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(DirectoryState state)
The state of the directory.
|
Directory.Builder |
state(String 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.DirectoryState,
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.DirectoryState,
DirectoryStateDirectory.Builder creationDateTime(Instant 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.