public static interface UpdateAccountSettingsResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountSettingsResponse.Builder,UpdateAccountSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountSettingsResponse.Builder |
accountSettings(AccountSettings accountSettings)
A structure that displays the status of the optional features in the account.
|
default UpdateAccountSettingsResponse.Builder |
accountSettings(Consumer<AccountSettings.Builder> accountSettings)
A structure that displays the status of the optional features in the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAccountSettingsResponse.Builder accountSettings(AccountSettings accountSettings)
A structure that displays the status of the optional features in the account.
accountSettings - A structure that displays the status of the optional features in the account.default UpdateAccountSettingsResponse.Builder accountSettings(Consumer<AccountSettings.Builder> accountSettings)
A structure that displays the status of the optional features in the account.
This is a convenience method 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 © 2023. All rights reserved.