public static interface AccountSharingInfo.Builder extends SdkPojo, CopyableBuilder<AccountSharingInfo.Builder,AccountSharingInfo>
Modifier and Type | Method and Description |
---|---|
AccountSharingInfo.Builder |
accountId(String accountId)
The AWS account ID where the current document is shared.
|
AccountSharingInfo.Builder |
sharedDocumentVersion(String sharedDocumentVersion)
The version of the current document shared with the account.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AccountSharingInfo.Builder accountId(String accountId)
The AWS account ID where the current document is shared.
accountId
- The AWS account ID where the current document is shared.AccountSharingInfo.Builder sharedDocumentVersion(String sharedDocumentVersion)
The version of the current document shared with the account.
sharedDocumentVersion
- The version of the current document shared with the account.Copyright © 2020. All rights reserved.