| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
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(ShareMethod shareMethod)
The method used when sharing a directory to determine whether the directory should be shared within your AWS
organization (
ORGANIZATIONS) or with any AWS account by sending a shared directory request (
HANDSHAKE). |
SharedDirectory.Builder |
SharedDirectory.Builder.shareMethod(String shareMethod)
The method used when sharing a directory to determine whether the directory should be shared within your AWS
organization (
ORGANIZATIONS) or with any AWS 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(ShareStatus shareStatus)
Current directory status of the shared AWS Managed Microsoft AD directory.
|
SharedDirectory.Builder |
SharedDirectory.Builder.shareStatus(String shareStatus)
Current directory status of the shared AWS Managed Microsoft AD directory.
|
SharedDirectory.Builder |
SharedDirectory.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SharedDirectory.Builder> |
SharedDirectory.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AcceptSharedDirectoryResponse.Builder |
AcceptSharedDirectoryResponse.Builder.sharedDirectory(Consumer<SharedDirectory.Builder> sharedDirectory)
The shared directory in the directory consumer account.
|
Copyright © 2019. All rights reserved.