public static interface GetMasterAccountResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetMasterAccountResponse.Builder,GetMasterAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetMasterAccountResponse.Builder |
master(Consumer<Invitation.Builder> master)
A list of details about the Security Hub administrator account for the current member account.
|
GetMasterAccountResponse.Builder |
master(Invitation master)
A list of details about the Security Hub administrator account for the current member account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMasterAccountResponse.Builder master(Invitation master)
A list of details about the Security Hub administrator account for the current member account.
master - A list of details about the Security Hub administrator account for the current member account.default GetMasterAccountResponse.Builder master(Consumer<Invitation.Builder> master)
A list of details about the Security Hub administrator account for the current member account.
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 © 2023. All rights reserved.