Struct aws_sdk_proton::output::create_component_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CreateComponentOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_component(self, input: Option<Component>) -> Self
pub fn set_component(self, input: Option<Component>) -> Self
The detailed data of the created component.
sourcepub fn build(self) -> CreateComponentOutput
pub fn build(self) -> CreateComponentOutput
Consumes the builder and constructs a CreateComponentOutput.