Struct aws_sdk_redshift::input::modify_usage_limit_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyUsageLimitInput
Implementations
The identifier of the usage limit to modify.
The identifier of the usage limit to modify.
The new limit amount. For more information about this parameter, see UsageLimit
.
The new limit amount. For more information about this parameter, see UsageLimit
.
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit
.
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit
.
Consumes the builder and constructs a ModifyUsageLimitInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more