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 AWS account ID for the administrator account.
|
GetAdministratorAccountResponse.Builder |
administrator(Invitation administrator)
The AWS account ID for the administrator account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAdministratorAccountResponse.Builder administrator(Invitation administrator)
The AWS 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.
administrator - The AWS 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 GetAdministratorAccountResponse.Builder administrator(Consumer<Invitation.Builder> administrator)
The AWS 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 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 © 2021. All rights reserved.