public static interface GetMasterAccountResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetMasterAccountResponse.Builder,GetMasterAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetMasterAccountResponse.Builder |
master(Consumer<Invitation.Builder> master)
(Deprecated) The Amazon Web Services account ID for the administrator account.
|
GetMasterAccountResponse.Builder |
master(Invitation master)
(Deprecated) The Amazon Web Services account ID for the administrator account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMasterAccountResponse.Builder master(Invitation master)
(Deprecated) The Amazon Web Services account ID for the administrator account. If the accounts are associated by a Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts.
master - (Deprecated) The Amazon Web Services account ID for the administrator account. If the accounts are
associated by a Macie membership invitation, this object also provides details about the invitation
that was sent to establish the relationship between the accounts.default GetMasterAccountResponse.Builder master(Consumer<Invitation.Builder> master)
(Deprecated) The Amazon Web Services account ID for the administrator account. If the accounts are associated by a Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts.
This is a convenience method that creates an instance of theInvitation.Builder avoiding the need to
create one manually via Invitation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to master(Invitation).master - a consumer that will call methods on Invitation.Buildermaster(Invitation)Copyright © 2022. All rights reserved.