public static interface GetAdministratorAccountResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetAdministratorAccountResponse.Builder,GetAdministratorAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetAdministratorAccountResponse.Builder |
administrator(Consumer<Invitation.Builder> administrator)
The Amazon Web Services account ID for the administrator account.
|
GetAdministratorAccountResponse.Builder |
administrator(Invitation administrator)
The Amazon Web Services account ID for the administrator account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAdministratorAccountResponse.Builder administrator(Invitation administrator)
The Amazon Web Services account ID for the administrator account. If the accounts are associated by an Amazon Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts.
administrator - The Amazon Web Services account ID for the administrator account. If the accounts are associated by an
Amazon Macie membership invitation, this object also provides details about the invitation that was
sent to establish the relationship between the accounts.default GetAdministratorAccountResponse.Builder administrator(Consumer<Invitation.Builder> administrator)
The Amazon Web Services account ID for the administrator account. If the accounts are associated by an Amazon 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 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 administrator(Invitation).administrator - a consumer that will call methods on Invitation.Builderadministrator(Invitation)Copyright © 2022. All rights reserved.