Struct aws_sdk_migrationhub::model::discovered_resource::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DiscoveredResource.
Implementations§
source§impl Builder
impl Builder
sourcepub fn configuration_id(self, input: impl Into<String>) -> Self
pub fn configuration_id(self, input: impl Into<String>) -> Self
The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
sourcepub fn set_configuration_id(self, input: Option<String>) -> Self
pub fn set_configuration_id(self, input: Option<String>) -> Self
The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
sourcepub fn build(self) -> DiscoveredResource
pub fn build(self) -> DiscoveredResource
Consumes the builder and constructs a DiscoveredResource.