Interface AccountSharingInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AccountSharingInfo.Builder,,- AccountSharingInfo> - SdkBuilder<AccountSharingInfo.Builder,,- AccountSharingInfo> - SdkPojo
- Enclosing class:
- AccountSharingInfo
@Mutable
@NotThreadSafe
public static interface AccountSharingInfo.Builder
extends SdkPojo, CopyableBuilder<AccountSharingInfo.Builder,AccountSharingInfo> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Web Services account ID where the current document is shared.sharedDocumentVersion(String sharedDocumentVersion) The version of the current document shared with the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
accountIdThe Amazon Web Services account ID where the current document is shared. - Parameters:
- accountId- The Amazon Web Services account ID where the current document is shared.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-