Interface MemberAccount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MemberAccount.Builder,
,MemberAccount> SdkBuilder<MemberAccount.Builder,
,MemberAccount> SdkPojo
- Enclosing class:
MemberAccount
public static interface MemberAccount.Builder
extends SdkPojo, CopyableBuilder<MemberAccount.Builder,MemberAccount>
-
Method Summary
Modifier and TypeMethodDescription(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member 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, sdkFields
-
Method Details
-
accountId
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account.
- Parameters:
accountId
- (Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-