public static interface DescribeAccountResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountResponse.Builder |
account(Account account)
A structure that contains information about the requested account.
|
default DescribeAccountResponse.Builder |
account(Consumer<Account.Builder> account)
A structure that contains information about the requested account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountResponse.Builder account(Account account)
A structure that contains information about the requested account.
account - A structure that contains information about the requested account.default DescribeAccountResponse.Builder account(Consumer<Account.Builder> account)
A structure that contains information about the requested account.
This is a convenience method that creates an instance of theAccount.Builder avoiding the need to
create one manually via Account.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to account(Account).
account - a consumer that will call methods on Account.Builderaccount(Account)Copyright © 2023. All rights reserved.