Struct aws_sdk_appstream::input::start_image_builder_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for StartImageBuilderInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn appstream_agent_version(self, input: impl Into<String>) -> Self
pub fn appstream_agent_version(self, input: impl Into<String>) -> Self
The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
sourcepub fn set_appstream_agent_version(self, input: Option<String>) -> Self
pub fn set_appstream_agent_version(self, input: Option<String>) -> Self
The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
sourcepub fn build(self) -> Result<StartImageBuilderInput, BuildError>
pub fn build(self) -> Result<StartImageBuilderInput, BuildError>
Consumes the builder and constructs a StartImageBuilderInput.