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 master account for the current member account.
|
GetMasterAccountResponse.Builder |
master(Invitation master)
A list of details about the Security Hub master account for the current member account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetMasterAccountResponse.Builder master(Invitation master)
A list of details about the Security Hub master account for the current member account.
master - A list of details about the Security Hub master account for the current member account.default GetMasterAccountResponse.Builder master(Consumer<Invitation.Builder> master)
A list of details about the Security Hub master account for the current member account.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.