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)
The AWS account ID for the master account.
|
GetMasterAccountResponse.Builder |
master(Invitation master)
The AWS account ID for the master account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMasterAccountResponse.Builder master(Invitation master)
The AWS account ID for the master account. If the accounts are associated by a Macie membership invitation, this object also provides details about the invitation that was sent and accepted to establish the relationship between the accounts.
master - The AWS account ID for the master account. If the accounts are associated by a Macie membership
invitation, this object also provides details about the invitation that was sent and accepted to
establish the relationship between the accounts.default GetMasterAccountResponse.Builder master(Consumer<Invitation.Builder> master)
The AWS account ID for the master account. If the accounts are associated by a Macie membership invitation, this object also provides details about the invitation that was sent and accepted to establish the relationship between the accounts.
This is a convenience 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 © 2020. All rights reserved.