Struct aws_sdk_cloudcontrol::model::resource_description::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ResourceDescription
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
sourcepub fn properties(self, input: impl Into<String>) -> Self
pub fn properties(self, input: impl Into<String>) -> Self
A list of the resource properties and their current values.
sourcepub fn set_properties(self, input: Option<String>) -> Self
pub fn set_properties(self, input: Option<String>) -> Self
A list of the resource properties and their current values.
sourcepub fn build(self) -> ResourceDescription
pub fn build(self) -> ResourceDescription
Consumes the builder and constructs a ResourceDescription
.