Struct aws_sdk_ec2::model::attribute_boolean_value::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AttributeBooleanValue
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn value(self, input: bool) -> Self
pub fn value(self, input: bool) -> Self
The attribute value. The valid values are true
or false
.
sourcepub fn set_value(self, input: Option<bool>) -> Self
pub fn set_value(self, input: Option<bool>) -> Self
The attribute value. The valid values are true
or false
.
sourcepub fn build(self) -> AttributeBooleanValue
pub fn build(self) -> AttributeBooleanValue
Consumes the builder and constructs a AttributeBooleanValue
.