pub struct Builder { /* private fields */ }Expand description
A builder for StartImageBuilderOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn image_builder(self, input: ImageBuilder) -> Self
pub fn image_builder(self, input: ImageBuilder) -> Self
Information about the image builder.
sourcepub fn set_image_builder(self, input: Option<ImageBuilder>) -> Self
pub fn set_image_builder(self, input: Option<ImageBuilder>) -> Self
Information about the image builder.
sourcepub fn build(self) -> StartImageBuilderOutput
pub fn build(self) -> StartImageBuilderOutput
Consumes the builder and constructs a StartImageBuilderOutput.