Struct aws_sdk_ec2::model::account_attribute_value::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AccountAttributeValue
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn attribute_value(self, input: impl Into<String>) -> Self
pub fn attribute_value(self, input: impl Into<String>) -> Self
The value of the attribute.
sourcepub fn set_attribute_value(self, input: Option<String>) -> Self
pub fn set_attribute_value(self, input: Option<String>) -> Self
The value of the attribute.
sourcepub fn build(self) -> AccountAttributeValue
pub fn build(self) -> AccountAttributeValue
Consumes the builder and constructs a AccountAttributeValue
.