Struct aws_sdk_ec2::output::modify_default_credit_specification_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModifyDefaultCreditSpecificationOutput
Implementations
pub fn instance_family_credit_specification(
self,
input: InstanceFamilyCreditSpecification
) -> Self
pub fn instance_family_credit_specification(
self,
input: InstanceFamilyCreditSpecification
) -> Self
The default credit option for CPU usage of the instance family.
pub fn set_instance_family_credit_specification(
self,
input: Option<InstanceFamilyCreditSpecification>
) -> Self
pub fn set_instance_family_credit_specification(
self,
input: Option<InstanceFamilyCreditSpecification>
) -> Self
The default credit option for CPU usage of the instance family.
Consumes the builder and constructs a ModifyDefaultCreditSpecificationOutput
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