Struct aws_sdk_ecs::output::delete_account_setting_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteAccountSettingOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn setting(self, input: Setting) -> Self
pub fn setting(self, input: Setting) -> Self
The account setting for the specified principal ARN.
sourcepub fn set_setting(self, input: Option<Setting>) -> Self
pub fn set_setting(self, input: Option<Setting>) -> Self
The account setting for the specified principal ARN.
sourcepub fn build(self) -> DeleteAccountSettingOutput
pub fn build(self) -> DeleteAccountSettingOutput
Consumes the builder and constructs a DeleteAccountSettingOutput.