public static interface GetAccountSettingsResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetAccountSettingsResponse.Builder,GetAccountSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAccountSettingsResponse.Builder |
accountSettings(AccountSettings accountSettings)
The Amazon Chime account settings.
|
default GetAccountSettingsResponse.Builder |
accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The Amazon Chime account settings.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetAccountSettingsResponse.Builder accountSettings(AccountSettings accountSettings)
The Amazon Chime account settings.
accountSettings - The Amazon Chime account settings.default GetAccountSettingsResponse.Builder accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The Amazon Chime account settings.
This is a convenience that creates an instance of theAccountSettings.Builder avoiding the need to
create one manually via AccountSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accountSettings(AccountSettings).accountSettings - a consumer that will call methods on AccountSettings.BuilderaccountSettings(AccountSettings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.