Struct aws_sdk_finspace::operation::create_kx_database::builders::CreateKxDatabaseInputBuilder
source · #[non_exhaustive]pub struct CreateKxDatabaseInputBuilder { /* private fields */ }Expand description
A builder for CreateKxDatabaseInput.
Implementations§
source§impl CreateKxDatabaseInputBuilder
impl CreateKxDatabaseInputBuilder
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 database_name(self, input: impl Into<String>) -> Self
pub fn database_name(self, input: impl Into<String>) -> Self
The name of the kdb database.
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.
sourcepub fn get_database_name(&self) -> &Option<String>
pub fn get_database_name(&self) -> &Option<String>
The name of the kdb database.
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.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A list of key-value pairs to label the kdb database. You can add up to 50 tags to your kdb database
A list of key-value pairs to label the kdb database. You can add up to 50 tags to your kdb database
A list of key-value pairs to label the kdb database. You can add up to 50 tags to your kdb database
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A token that ensures idempotency. This token expires in 10 minutes.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A token that ensures idempotency. This token expires in 10 minutes.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A token that ensures idempotency. This token expires in 10 minutes.
sourcepub fn build(self) -> Result<CreateKxDatabaseInput, BuildError>
pub fn build(self) -> Result<CreateKxDatabaseInput, BuildError>
Consumes the builder and constructs a CreateKxDatabaseInput.
source§impl CreateKxDatabaseInputBuilder
impl CreateKxDatabaseInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateKxDatabaseOutput, SdkError<CreateKxDatabaseError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateKxDatabaseOutput, SdkError<CreateKxDatabaseError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateKxDatabaseInputBuilder
impl Clone for CreateKxDatabaseInputBuilder
source§fn clone(&self) -> CreateKxDatabaseInputBuilder
fn clone(&self) -> CreateKxDatabaseInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateKxDatabaseInputBuilder
impl Debug for CreateKxDatabaseInputBuilder
source§impl Default for CreateKxDatabaseInputBuilder
impl Default for CreateKxDatabaseInputBuilder
source§fn default() -> CreateKxDatabaseInputBuilder
fn default() -> CreateKxDatabaseInputBuilder
source§impl PartialEq for CreateKxDatabaseInputBuilder
impl PartialEq for CreateKxDatabaseInputBuilder
source§fn eq(&self, other: &CreateKxDatabaseInputBuilder) -> bool
fn eq(&self, other: &CreateKxDatabaseInputBuilder) -> bool
self and other values to be equal, and is used
by ==.