Struct aws_sdk_appstream::output::create_app_block_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CreateAppBlockOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_app_block(self, input: Option<AppBlock>) -> Self
pub fn set_app_block(self, input: Option<AppBlock>) -> Self
The app block.
sourcepub fn build(self) -> CreateAppBlockOutput
pub fn build(self) -> CreateAppBlockOutput
Consumes the builder and constructs a CreateAppBlockOutput.