// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateEnvironmentBlueprint`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`domain_identifier(impl Into<String>)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::domain_identifier) / [`set_domain_identifier(Option<String>)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::set_domain_identifier):<br>required: **true**<br><p>The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.</p><br>
/// - [`identifier(impl Into<String>)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::set_identifier):<br>required: **true**<br><p>The identifier of the environment blueprint to be updated.</p><br>
/// - [`description(impl Into<String>)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::set_description):<br>required: **false**<br><p>The description to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p><br>
/// - [`provisioning_properties(ProvisioningProperties)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::provisioning_properties) / [`set_provisioning_properties(Option<ProvisioningProperties>)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::set_provisioning_properties):<br>required: **false**<br><p>The provisioning properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p><br>
/// - [`user_parameters(CustomParameter)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::user_parameters) / [`set_user_parameters(Option<Vec::<CustomParameter>>)`](crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::set_user_parameters):<br>required: **false**<br><p>The user parameters to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p><br>
/// - On success, responds with [`UpdateEnvironmentBlueprintOutput`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput) with field(s):
/// - [`id(String)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::id): <p>The identifier of the blueprint to be updated.</p>
/// - [`name(String)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::name): <p>The name to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
/// - [`description(Option<String>)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::description): <p>The description to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
/// - [`provider(String)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::provider): <p>The provider of the blueprint to be udpated.</p>
/// - [`provisioning_properties(Option<ProvisioningProperties>)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::provisioning_properties): <p>The provisioning properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
/// - [`deployment_properties(Option<DeploymentProperties>)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::deployment_properties): <p>The deployment properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
/// - [`user_parameters(Option<Vec::<CustomParameter>>)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::user_parameters): <p>The user parameters to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
/// - [`glossary_terms(Option<Vec::<String>>)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::glossary_terms): <p>The glossary terms to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
/// - [`created_at(Option<DateTime>)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::created_at): <p>The timestamp of when the environment blueprint was created.</p>
/// - [`updated_at(Option<DateTime>)`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintOutput::updated_at): <p>The timestamp of when the blueprint was updated.</p>
/// - On failure, responds with [`SdkError<UpdateEnvironmentBlueprintError>`](crate::operation::update_environment_blueprint::UpdateEnvironmentBlueprintError)
pub fn update_environment_blueprint(&self) -> crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder {
crate::operation::update_environment_blueprint::builders::UpdateEnvironmentBlueprintFluentBuilder::new(self.handle.clone())
}
}