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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeAccountResponse.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 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.Builder
account(Account)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.