aws-sdk-datazone 1.137.0

AWS SDK for Amazon DataZone
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateNotebook`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`domain_identifier(impl Into<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::domain_identifier) / [`set_domain_identifier(Option<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_domain_identifier):<br>required: **true**<br><p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.</p><br>
    ///   - [`identifier(impl Into<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_identifier):<br>required: **true**<br><p>The identifier of the notebook to update.</p><br>
    ///   - [`description(impl Into<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_description):<br>required: **false**<br><p>The updated description of the notebook.</p><br>
    ///   - [`status(NotebookStatus)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::status) / [`set_status(Option<NotebookStatus>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_status):<br>required: **false**<br><p>The updated status of the notebook.</p><br>
    ///   - [`name(impl Into<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_name):<br>required: **false**<br><p>The updated name of the notebook.</p><br>
    ///   - [`cell_order(CellInformation)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::cell_order) / [`set_cell_order(Option<Vec::<CellInformation>>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_cell_order):<br>required: **false**<br><p>The updated ordered list of cells in the notebook.</p><br>
    ///   - [`metadata(impl Into<String>, impl Into<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::metadata) / [`set_metadata(Option<HashMap::<String, String>>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_metadata):<br>required: **false**<br><p>The updated metadata for the notebook, specified as key-value pairs.</p><br>
    ///   - [`parameters(impl Into<String>, impl Into<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::parameters) / [`set_parameters(Option<HashMap::<String, String>>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_parameters):<br>required: **false**<br><p>The updated sensitive parameters for the notebook, specified as key-value pairs.</p><br>
    ///   - [`environment_configuration(EnvironmentConfig)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::environment_configuration) / [`set_environment_configuration(Option<EnvironmentConfig>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_environment_configuration):<br>required: **false**<br><p>The updated environment configuration for the notebook.</p><br>
    ///   - [`client_token(impl Into<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::set_client_token):<br>required: **false**<br><p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p><br>
    /// - On success, responds with [`UpdateNotebookOutput`](crate::operation::update_notebook::UpdateNotebookOutput) with field(s):
    ///   - [`id(String)`](crate::operation::update_notebook::UpdateNotebookOutput::id): <p>The identifier of the notebook.</p>
    ///   - [`name(String)`](crate::operation::update_notebook::UpdateNotebookOutput::name): <p>The name of the notebook.</p>
    ///   - [`owning_project_id(String)`](crate::operation::update_notebook::UpdateNotebookOutput::owning_project_id): <p>The identifier of the project that owns the notebook.</p>
    ///   - [`domain_id(String)`](crate::operation::update_notebook::UpdateNotebookOutput::domain_id): <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
    ///   - [`cell_order(Vec::<CellInformation>)`](crate::operation::update_notebook::UpdateNotebookOutput::cell_order): <p>The ordered list of cells in the notebook.</p>
    ///   - [`status(NotebookStatus)`](crate::operation::update_notebook::UpdateNotebookOutput::status): <p>The status of the notebook.</p>
    ///   - [`description(Option<String>)`](crate::operation::update_notebook::UpdateNotebookOutput::description): <p>The description of the notebook.</p>
    ///   - [`created_at(Option<DateTime>)`](crate::operation::update_notebook::UpdateNotebookOutput::created_at): <p>The timestamp of when the notebook was created.</p>
    ///   - [`created_by(Option<String>)`](crate::operation::update_notebook::UpdateNotebookOutput::created_by): <p>The identifier of the user who created the notebook.</p>
    ///   - [`updated_at(Option<DateTime>)`](crate::operation::update_notebook::UpdateNotebookOutput::updated_at): <p>The timestamp of when the notebook was last updated.</p>
    ///   - [`updated_by(Option<String>)`](crate::operation::update_notebook::UpdateNotebookOutput::updated_by): <p>The identifier of the user who last updated the notebook.</p>
    ///   - [`locked_by(Option<String>)`](crate::operation::update_notebook::UpdateNotebookOutput::locked_by): <p>The identifier of the user who locked the notebook.</p>
    ///   - [`locked_at(Option<DateTime>)`](crate::operation::update_notebook::UpdateNotebookOutput::locked_at): <p>The timestamp of when the notebook was locked.</p>
    ///   - [`lock_expires_at(Option<DateTime>)`](crate::operation::update_notebook::UpdateNotebookOutput::lock_expires_at): <p>The timestamp of when the notebook lock expires.</p>
    ///   - [`compute_id(Option<String>)`](crate::operation::update_notebook::UpdateNotebookOutput::compute_id): <p>The identifier of the compute associated with the notebook.</p>
    ///   - [`metadata(Option<HashMap::<String, String>>)`](crate::operation::update_notebook::UpdateNotebookOutput::metadata): <p>The metadata of the notebook.</p>
    ///   - [`parameters(Option<HashMap::<String, String>>)`](crate::operation::update_notebook::UpdateNotebookOutput::parameters): <p>The sensitive parameters of the notebook.</p>
    ///   - [`environment_configuration(Option<EnvironmentConfig>)`](crate::operation::update_notebook::UpdateNotebookOutput::environment_configuration): <p>The environment configuration of the notebook.</p>
    ///   - [`error(Option<NotebookError>)`](crate::operation::update_notebook::UpdateNotebookOutput::error): <p>The error details if the notebook is in a failed state.</p>
    /// - On failure, responds with [`SdkError<UpdateNotebookError>`](crate::operation::update_notebook::UpdateNotebookError)
    pub fn update_notebook(&self) -> crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder {
        crate::operation::update_notebook::builders::UpdateNotebookFluentBuilder::new(self.handle.clone())
    }
}