aws_sdk_appstream/client/
stop_app_block_builder.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`StopAppBlockBuilder`](crate::operation::stop_app_block_builder::builders::StopAppBlockBuilderFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`name(impl Into<String>)`](crate::operation::stop_app_block_builder::builders::StopAppBlockBuilderFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::stop_app_block_builder::builders::StopAppBlockBuilderFluentBuilder::set_name):<br>required: **true**<br><p>The name of the app block builder.</p><br>
7    /// - On success, responds with [`StopAppBlockBuilderOutput`](crate::operation::stop_app_block_builder::StopAppBlockBuilderOutput) with field(s):
8    ///   - [`app_block_builder(Option<AppBlockBuilder>)`](crate::operation::stop_app_block_builder::StopAppBlockBuilderOutput::app_block_builder): <p>Describes an app block builder.</p>
9    /// - On failure, responds with [`SdkError<StopAppBlockBuilderError>`](crate::operation::stop_app_block_builder::StopAppBlockBuilderError)
10    pub fn stop_app_block_builder(&self) -> crate::operation::stop_app_block_builder::builders::StopAppBlockBuilderFluentBuilder {
11        crate::operation::stop_app_block_builder::builders::StopAppBlockBuilderFluentBuilder::new(self.handle.clone())
12    }
13}