Struct aws_sdk_migrationhub::model::resource_attribute::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ResourceAttribute.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: ResourceAttributeType) -> Self
pub fn type(self, input: ResourceAttributeType) -> Self
Type of resource.
sourcepub fn set_type(self, input: Option<ResourceAttributeType>) -> Self
pub fn set_type(self, input: Option<ResourceAttributeType>) -> Self
Type of resource.
sourcepub fn build(self) -> ResourceAttribute
pub fn build(self) -> ResourceAttribute
Consumes the builder and constructs a ResourceAttribute.