aws_sdk_finspace/client/update_kx_dataview.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 [`UpdateKxDataview`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`environment_id(impl Into<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::environment_id) / [`set_environment_id(Option<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::set_environment_id):<br>required: **true**<br><p>A unique identifier for the kdb environment, where you want to update the dataview.</p><br>
7 /// - [`database_name(impl Into<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::database_name) / [`set_database_name(Option<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::set_database_name):<br>required: **true**<br><p>The name of the database.</p><br>
8 /// - [`dataview_name(impl Into<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::dataview_name) / [`set_dataview_name(Option<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::set_dataview_name):<br>required: **true**<br><p>The name of the dataview that you want to update.</p><br>
9 /// - [`description(impl Into<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::set_description):<br>required: **false**<br><p>The description for a dataview.</p><br>
10 /// - [`changeset_id(impl Into<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::changeset_id) / [`set_changeset_id(Option<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::set_changeset_id):<br>required: **false**<br><p>A unique identifier for the changeset.</p><br>
11 /// - [`segment_configurations(KxDataviewSegmentConfiguration)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::segment_configurations) / [`set_segment_configurations(Option<Vec::<KxDataviewSegmentConfiguration>>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::set_segment_configurations):<br>required: **false**<br><p>The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.</p><br>
12 /// - [`client_token(impl Into<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::set_client_token):<br>required: **true**<br><p>A token that ensures idempotency. This token expires in 10 minutes.</p><br>
13 /// - On success, responds with [`UpdateKxDataviewOutput`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput) with field(s):
14 /// - [`environment_id(Option<String>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::environment_id): <p>A unique identifier for the kdb environment, where you want to update the dataview.</p>
15 /// - [`database_name(Option<String>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::database_name): <p>The name of the database.</p>
16 /// - [`dataview_name(Option<String>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::dataview_name): <p>The name of the database under which the dataview was created.</p>
17 /// - [`az_mode(Option<KxAzMode>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::az_mode): <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
18 /// - [`availability_zone_id(Option<String>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::availability_zone_id): <p>The identifier of the availability zones.</p>
19 /// - [`changeset_id(Option<String>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::changeset_id): <p>A unique identifier for the changeset.</p>
20 /// - [`segment_configurations(Option<Vec::<KxDataviewSegmentConfiguration>>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::segment_configurations): <p>The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.</p>
21 /// - [`active_versions(Option<Vec::<KxDataviewActiveVersion>>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::active_versions): <p>The current active changeset versions of the database on the given dataview.</p>
22 /// - [`status(Option<KxDataviewStatus>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::status): <p>The status of dataview creation.</p> <ul> <li> <p><code>CREATING</code> – The dataview creation is in progress.</p></li> <li> <p><code>UPDATING</code> – The dataview is in the process of being updated.</p></li> <li> <p><code>ACTIVE</code> – The dataview is active.</p></li> </ul>
23 /// - [`auto_update(bool)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::auto_update): <p>The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false.</p>
24 /// - [`read_write(bool)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::read_write): <p>Returns True if the dataview is created as writeable and False otherwise.</p>
25 /// - [`description(Option<String>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::description): <p>A description of the dataview.</p>
26 /// - [`created_timestamp(Option<DateTime>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::created_timestamp): <p>The timestamp at which the dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>
27 /// - [`last_modified_timestamp(Option<DateTime>)`](crate::operation::update_kx_dataview::UpdateKxDataviewOutput::last_modified_timestamp): <p>The last time that the dataview was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>
28 /// - On failure, responds with [`SdkError<UpdateKxDataviewError>`](crate::operation::update_kx_dataview::UpdateKxDataviewError)
29 pub fn update_kx_dataview(&self) -> crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder {
30 crate::operation::update_kx_dataview::builders::UpdateKxDataviewFluentBuilder::new(self.handle.clone())
31 }
32}