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