Struct aws_sdk_connect::model::attribute::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Attribute
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn attribute_type(self, input: InstanceAttributeType) -> Self
pub fn attribute_type(self, input: InstanceAttributeType) -> Self
The type of attribute.
sourcepub fn set_attribute_type(self, input: Option<InstanceAttributeType>) -> Self
pub fn set_attribute_type(self, input: Option<InstanceAttributeType>) -> Self
The type of attribute.