#[non_exhaustive]pub struct GetKxDatabaseOutputBuilder { /* private fields */ }Expand description
A builder for GetKxDatabaseOutput.
Implementations§
source§impl GetKxDatabaseOutputBuilder
impl GetKxDatabaseOutputBuilder
sourcepub fn database_name(self, input: impl Into<String>) -> Self
pub fn database_name(self, input: impl Into<String>) -> Self
The name of the kdb database for which the information is retrieved.
sourcepub fn set_database_name(self, input: Option<String>) -> Self
pub fn set_database_name(self, input: Option<String>) -> Self
The name of the kdb database for which the information is retrieved.
sourcepub fn get_database_name(&self) -> &Option<String>
pub fn get_database_name(&self) -> &Option<String>
The name of the kdb database for which the information is retrieved.
sourcepub fn database_arn(self, input: impl Into<String>) -> Self
pub fn database_arn(self, input: impl Into<String>) -> Self
The ARN identifier of the database.
sourcepub fn set_database_arn(self, input: Option<String>) -> Self
pub fn set_database_arn(self, input: Option<String>) -> Self
The ARN identifier of the database.
sourcepub fn get_database_arn(&self) -> &Option<String>
pub fn get_database_arn(&self) -> &Option<String>
The ARN identifier of the database.
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
A unique identifier for the kdb environment.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
A unique identifier for the kdb environment.
sourcepub fn get_environment_id(&self) -> &Option<String>
pub fn get_environment_id(&self) -> &Option<String>
A unique identifier for the kdb environment.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the database.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the database.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the database.
sourcepub fn created_timestamp(self, input: DateTime) -> Self
pub fn created_timestamp(self, input: DateTime) -> Self
The timestamp at which the database is 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.
sourcepub fn set_created_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_created_timestamp(self, input: Option<DateTime>) -> Self
The timestamp at which the database is 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.
sourcepub fn get_created_timestamp(&self) -> &Option<DateTime>
pub fn get_created_timestamp(&self) -> &Option<DateTime>
The timestamp at which the database is 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.
sourcepub fn last_modified_timestamp(self, input: DateTime) -> Self
pub fn last_modified_timestamp(self, input: DateTime) -> Self
The last time that the database was modified. 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.
sourcepub fn set_last_modified_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_timestamp(self, input: Option<DateTime>) -> Self
The last time that the database was modified. 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.
sourcepub fn get_last_modified_timestamp(&self) -> &Option<DateTime>
pub fn get_last_modified_timestamp(&self) -> &Option<DateTime>
The last time that the database was modified. 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.
sourcepub fn last_completed_changeset_id(self, input: impl Into<String>) -> Self
pub fn last_completed_changeset_id(self, input: impl Into<String>) -> Self
A unique identifier for the changeset.
sourcepub fn set_last_completed_changeset_id(self, input: Option<String>) -> Self
pub fn set_last_completed_changeset_id(self, input: Option<String>) -> Self
A unique identifier for the changeset.
sourcepub fn get_last_completed_changeset_id(&self) -> &Option<String>
pub fn get_last_completed_changeset_id(&self) -> &Option<String>
A unique identifier for the changeset.
sourcepub fn set_num_bytes(self, input: Option<i64>) -> Self
pub fn set_num_bytes(self, input: Option<i64>) -> Self
The total number of bytes in the database.
sourcepub fn get_num_bytes(&self) -> &Option<i64>
pub fn get_num_bytes(&self) -> &Option<i64>
The total number of bytes in the database.
sourcepub fn num_changesets(self, input: i32) -> Self
pub fn num_changesets(self, input: i32) -> Self
The total number of changesets in the database.
sourcepub fn set_num_changesets(self, input: Option<i32>) -> Self
pub fn set_num_changesets(self, input: Option<i32>) -> Self
The total number of changesets in the database.
sourcepub fn get_num_changesets(&self) -> &Option<i32>
pub fn get_num_changesets(&self) -> &Option<i32>
The total number of changesets in the database.
sourcepub fn set_num_files(self, input: Option<i32>) -> Self
pub fn set_num_files(self, input: Option<i32>) -> Self
The total number of files in the database.
sourcepub fn get_num_files(&self) -> &Option<i32>
pub fn get_num_files(&self) -> &Option<i32>
The total number of files in the database.
sourcepub fn build(self) -> GetKxDatabaseOutput
pub fn build(self) -> GetKxDatabaseOutput
Consumes the builder and constructs a GetKxDatabaseOutput.
Trait Implementations§
source§impl Clone for GetKxDatabaseOutputBuilder
impl Clone for GetKxDatabaseOutputBuilder
source§fn clone(&self) -> GetKxDatabaseOutputBuilder
fn clone(&self) -> GetKxDatabaseOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetKxDatabaseOutputBuilder
impl Debug for GetKxDatabaseOutputBuilder
source§impl Default for GetKxDatabaseOutputBuilder
impl Default for GetKxDatabaseOutputBuilder
source§fn default() -> GetKxDatabaseOutputBuilder
fn default() -> GetKxDatabaseOutputBuilder
source§impl PartialEq for GetKxDatabaseOutputBuilder
impl PartialEq for GetKxDatabaseOutputBuilder
source§fn eq(&self, other: &GetKxDatabaseOutputBuilder) -> bool
fn eq(&self, other: &GetKxDatabaseOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.