static SharedDirectory.Builder |
SharedDirectory.builder() |
|
SharedDirectory.Builder |
SharedDirectory.Builder.createdDateTime(Instant createdDateTime) |
The date and time that the shared directory was created.
|
SharedDirectory.Builder |
SharedDirectory.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time that the shared directory was last updated.
|
SharedDirectory.Builder |
SharedDirectory.Builder.ownerAccountId(String ownerAccountId) |
Identifier of the directory owner account, which contains the directory that has been shared to the consumer
account.
|
SharedDirectory.Builder |
SharedDirectory.Builder.ownerDirectoryId(String ownerDirectoryId) |
Identifier of the directory in the directory owner account.
|
SharedDirectory.Builder |
SharedDirectory.Builder.sharedAccountId(String sharedAccountId) |
Identifier of the directory consumer account that has access to the shared directory (
OwnerDirectoryId) in the directory owner account.
|
SharedDirectory.Builder |
SharedDirectory.Builder.sharedDirectoryId(String sharedDirectoryId) |
Identifier of the shared directory in the directory consumer account.
|
SharedDirectory.Builder |
SharedDirectory.Builder.shareMethod(String shareMethod) |
The method used when sharing a directory to determine whether the directory should be shared within your
Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by
sending a shared directory request (HANDSHAKE).
|
SharedDirectory.Builder |
SharedDirectory.Builder.shareMethod(ShareMethod shareMethod) |
The method used when sharing a directory to determine whether the directory should be shared within your
Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by
sending a shared directory request (HANDSHAKE).
|
SharedDirectory.Builder |
SharedDirectory.Builder.shareNotes(String shareNotes) |
A directory share request that is sent by the directory owner to the directory consumer.
|
SharedDirectory.Builder |
SharedDirectory.Builder.shareStatus(String shareStatus) |
Current directory status of the shared Managed Microsoft AD directory.
|
SharedDirectory.Builder |
SharedDirectory.Builder.shareStatus(ShareStatus shareStatus) |
Current directory status of the shared Managed Microsoft AD directory.
|
SharedDirectory.Builder |
SharedDirectory.toBuilder() |
|