Interface AccountSharingInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountSharingInfo.Builder,AccountSharingInfo>,SdkBuilder<AccountSharingInfo.Builder,AccountSharingInfo>,SdkPojo
- Enclosing class:
- AccountSharingInfo
public static interface AccountSharingInfo.Builder extends SdkPojo, CopyableBuilder<AccountSharingInfo.Builder,AccountSharingInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountSharingInfo.BuilderaccountId(String accountId)The Amazon Web Services account ID where the current document is shared.AccountSharingInfo.BuildersharedDocumentVersion(String sharedDocumentVersion)The version of the current document shared with the account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountId
AccountSharingInfo.Builder accountId(String accountId)
The 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.
-
sharedDocumentVersion
AccountSharingInfo.Builder sharedDocumentVersion(String sharedDocumentVersion)
The version of the current document shared with the account.
- Parameters:
sharedDocumentVersion- The version of the current document shared with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-