public static interface SharedDirectory.Builder extends SdkPojo, CopyableBuilder<SharedDirectory.Builder,SharedDirectory>
Modifier and Type | Method and Description |
---|---|
SharedDirectory.Builder |
createdDateTime(Instant createdDateTime)
The date and time that the shared directory was created.
|
SharedDirectory.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the shared directory was last updated.
|
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 |
ownerDirectoryId(String ownerDirectoryId)
Identifier of the directory in the directory owner account.
|
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 |
sharedDirectoryId(String sharedDirectoryId)
Identifier of the shared directory in the directory consumer account.
|
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 |
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 |
shareNotes(String shareNotes)
A directory share request that is sent by the directory owner to the directory consumer.
|
SharedDirectory.Builder |
shareStatus(ShareStatus shareStatus)
Current directory status of the shared AWS Managed Microsoft AD directory.
|
SharedDirectory.Builder |
shareStatus(String shareStatus)
Current directory status of the shared AWS Managed Microsoft AD directory.
|
copy
applyMutation, build
SharedDirectory.Builder ownerAccountId(String ownerAccountId)
Identifier of the directory owner account, which contains the directory that has been shared to the consumer account.
ownerAccountId
- Identifier of the directory owner account, which contains the directory that has been shared to the
consumer account.SharedDirectory.Builder ownerDirectoryId(String ownerDirectoryId)
Identifier of the directory in the directory owner account.
ownerDirectoryId
- Identifier of the directory in the directory owner account.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
).
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
).ShareMethod
,
ShareMethod
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
).
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
).ShareMethod
,
ShareMethod
SharedDirectory.Builder sharedAccountId(String sharedAccountId)
Identifier of the directory consumer account that has access to the shared directory (
OwnerDirectoryId
) in the directory owner account.
sharedAccountId
- Identifier of the directory consumer account that has access to the shared directory (
OwnerDirectoryId
) in the directory owner account.SharedDirectory.Builder sharedDirectoryId(String sharedDirectoryId)
Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account.
sharedDirectoryId
- Identifier of the shared directory in the directory consumer account. This identifier is different for
each directory owner account.SharedDirectory.Builder shareStatus(String shareStatus)
Current directory status of the shared AWS Managed Microsoft AD directory.
shareStatus
- Current directory status of the shared AWS Managed Microsoft AD directory.ShareStatus
,
ShareStatus
SharedDirectory.Builder shareStatus(ShareStatus shareStatus)
Current directory status of the shared AWS Managed Microsoft AD directory.
shareStatus
- Current directory status of the shared AWS Managed Microsoft AD directory.ShareStatus
,
ShareStatus
SharedDirectory.Builder shareNotes(String shareNotes)
A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation.
shareNotes
- A directory share request that is sent by the directory owner to the directory consumer. The request
includes a typed message to help the directory consumer administrator determine whether to approve or
reject the share invitation.SharedDirectory.Builder createdDateTime(Instant createdDateTime)
The date and time that the shared directory was created.
createdDateTime
- The date and time that the shared directory was created.SharedDirectory.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the shared directory was last updated.
lastUpdatedDateTime
- The date and time that the shared directory was last updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.