public static interface UpdateAccountResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountResponse.Builder,UpdateAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountResponse.Builder |
account(Account account)
The updated Amazon Chime account details.
|
default UpdateAccountResponse.Builder |
account(Consumer<Account.Builder> account)
The updated Amazon Chime account details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateAccountResponse.Builder account(Account account)
The updated Amazon Chime account details.
account - The updated Amazon Chime account details.default UpdateAccountResponse.Builder account(Consumer<Account.Builder> account)
The updated Amazon Chime account details.
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.Builderaccount(Account)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.