public static interface GetAccountSettingsResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<GetAccountSettingsResponse.Builder,GetAccountSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAccountSettingsResponse.Builder |
accountSettings(AccountSettings accountSettings)
The current settings for the optional features in Resource Groups.
|
default GetAccountSettingsResponse.Builder |
accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The current settings for the optional features in Resource Groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAccountSettingsResponse.Builder accountSettings(AccountSettings accountSettings)
The current settings for the optional features in Resource Groups.
accountSettings - The current settings for the optional features in Resource Groups.default GetAccountSettingsResponse.Builder accountSettings(Consumer<AccountSettings.Builder> accountSettings)
The current settings for the optional features in Resource Groups.
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.