Interface UpdateAccountSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAccountSettingsResponse.Builder,,UpdateAccountSettingsResponse> ResourceGroupsResponse.Builder,SdkBuilder<UpdateAccountSettingsResponse.Builder,,UpdateAccountSettingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAccountSettingsResponse
public static interface UpdateAccountSettingsResponse.Builder
extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountSettingsResponse.Builder,UpdateAccountSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountSettings(Consumer<AccountSettings.Builder> accountSettings) A structure that displays the status of the optional features in the account.accountSettings(AccountSettings accountSettings) A structure that displays the status of the optional features in the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resourcegroups.model.ResourceGroupsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accountSettings
A structure that displays the status of the optional features in the account.
- Parameters:
accountSettings- A structure that displays the status of the optional features in the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountSettings
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.Builderavoiding the need to create one manually viaAccountSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountSettings(AccountSettings).- Parameters:
accountSettings- a consumer that will call methods onAccountSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-