1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ManagePropertygraphStatistics`](crate::operation::manage_propertygraph_statistics::builders::ManagePropertygraphStatisticsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`mode(StatisticsAutoGenerationMode)`](crate::operation::manage_propertygraph_statistics::builders::ManagePropertygraphStatisticsFluentBuilder::mode) / [`set_mode(Option<StatisticsAutoGenerationMode>)`](crate::operation::manage_propertygraph_statistics::builders::ManagePropertygraphStatisticsFluentBuilder::set_mode):<br>required: **false**<br><p>The statistics generation mode. One of: <code>DISABLE_AUTOCOMPUTE</code>, <code>ENABLE_AUTOCOMPUTE</code>, or <code>REFRESH</code>, the last of which manually triggers DFE statistics generation.</p><br>
    /// - On success, responds with [`ManagePropertygraphStatisticsOutput`](crate::operation::manage_propertygraph_statistics::ManagePropertygraphStatisticsOutput) with field(s):
    ///   - [`status(String)`](crate::operation::manage_propertygraph_statistics::ManagePropertygraphStatisticsOutput::status): <p>The HTTP return code of the request. If the request succeeded, the code is 200.</p>
    ///   - [`payload(Option<RefreshStatisticsIdMap>)`](crate::operation::manage_propertygraph_statistics::ManagePropertygraphStatisticsOutput::payload): <p>This is only returned for refresh mode.</p>
    /// - On failure, responds with [`SdkError<ManagePropertygraphStatisticsError>`](crate::operation::manage_propertygraph_statistics::ManagePropertygraphStatisticsError)
    pub fn manage_propertygraph_statistics(
        &self,
    ) -> crate::operation::manage_propertygraph_statistics::builders::ManagePropertygraphStatisticsFluentBuilder {
        crate::operation::manage_propertygraph_statistics::builders::ManagePropertygraphStatisticsFluentBuilder::new(self.handle.clone())
    }
}