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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemberAccount.BuilderaccountId(String accountId)(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 Detail
-
accountId
MemberAccount.Builder accountId(String 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.
-
-