Struct aws_sdk_ecs::operation::put_account_setting_default::builders::PutAccountSettingDefaultInputBuilder
source · #[non_exhaustive]pub struct PutAccountSettingDefaultInputBuilder { /* private fields */ }Expand description
A builder for PutAccountSettingDefaultInput.
Implementations§
source§impl PutAccountSettingDefaultInputBuilder
impl PutAccountSettingDefaultInputBuilder
sourcepub fn name(self, input: SettingName) -> Self
pub fn name(self, input: SettingName) -> Self
The resource name for which to modify the account setting. If serviceLongArnFormat is specified, the ARN for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN and resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is specified, the ARN and resource ID for your Amazon ECS container instances is affected. If awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is affected. If containerInsights is specified, the default setting for CloudWatch Container Insights for your clusters is affected.
Fargate is transitioning from task count-based quotas to vCPU-based quotas. You can set the name to fargateVCPULimit to opt in or opt out of the vCPU-based quotas. For information about the opt in timeline, see Fargate vCPU-based quotas timeline in the Amazon ECS Developer Guide.
sourcepub fn set_name(self, input: Option<SettingName>) -> Self
pub fn set_name(self, input: Option<SettingName>) -> Self
The resource name for which to modify the account setting. If serviceLongArnFormat is specified, the ARN for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN and resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is specified, the ARN and resource ID for your Amazon ECS container instances is affected. If awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is affected. If containerInsights is specified, the default setting for CloudWatch Container Insights for your clusters is affected.
Fargate is transitioning from task count-based quotas to vCPU-based quotas. You can set the name to fargateVCPULimit to opt in or opt out of the vCPU-based quotas. For information about the opt in timeline, see Fargate vCPU-based quotas timeline in the Amazon ECS Developer Guide.
sourcepub fn value(self, input: impl Into<String>) -> Self
pub fn value(self, input: impl Into<String>) -> Self
The account setting value for the specified principal ARN. Accepted values are enabled and disabled.
sourcepub fn set_value(self, input: Option<String>) -> Self
pub fn set_value(self, input: Option<String>) -> Self
The account setting value for the specified principal ARN. Accepted values are enabled and disabled.
sourcepub fn build(self) -> Result<PutAccountSettingDefaultInput, BuildError>
pub fn build(self) -> Result<PutAccountSettingDefaultInput, BuildError>
Consumes the builder and constructs a PutAccountSettingDefaultInput.
Trait Implementations§
source§impl Clone for PutAccountSettingDefaultInputBuilder
impl Clone for PutAccountSettingDefaultInputBuilder
source§fn clone(&self) -> PutAccountSettingDefaultInputBuilder
fn clone(&self) -> PutAccountSettingDefaultInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for PutAccountSettingDefaultInputBuilder
impl Default for PutAccountSettingDefaultInputBuilder
source§fn default() -> PutAccountSettingDefaultInputBuilder
fn default() -> PutAccountSettingDefaultInputBuilder
source§impl PartialEq<PutAccountSettingDefaultInputBuilder> for PutAccountSettingDefaultInputBuilder
impl PartialEq<PutAccountSettingDefaultInputBuilder> for PutAccountSettingDefaultInputBuilder
source§fn eq(&self, other: &PutAccountSettingDefaultInputBuilder) -> bool
fn eq(&self, other: &PutAccountSettingDefaultInputBuilder) -> bool
self and other values to be equal, and is used
by ==.