public static interface DeleteAccountSettingResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<DeleteAccountSettingResponse.Builder,DeleteAccountSettingResponse>
Modifier and Type | Method and Description |
---|---|
default DeleteAccountSettingResponse.Builder |
setting(Consumer<Setting.Builder> setting)
The account setting for the specified principal ARN.
|
DeleteAccountSettingResponse.Builder |
setting(Setting setting)
The account setting for the specified principal ARN.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteAccountSettingResponse.Builder setting(Setting setting)
The account setting for the specified principal ARN.
setting
- The account setting for the specified principal ARN.default DeleteAccountSettingResponse.Builder setting(Consumer<Setting.Builder> setting)
The account setting for the specified principal ARN.
This is a convenience that creates an instance of theSetting.Builder
avoiding the need to create one
manually via Setting.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to setting(Setting)
.setting
- a consumer that will call methods on Setting.Builder
setting(Setting)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.