Struct aws_sdk_finspace::operation::create_kx_database::builders::CreateKxDatabaseFluentBuilder
source · pub struct CreateKxDatabaseFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateKxDatabase.
Creates a new kdb database in the environment.
Implementations§
source§impl CreateKxDatabaseFluentBuilder
impl CreateKxDatabaseFluentBuilder
sourcepub fn as_input(&self) -> &CreateKxDatabaseInputBuilder
pub fn as_input(&self) -> &CreateKxDatabaseInputBuilder
Access the CreateKxDatabase as a reference.
sourcepub async fn send(
self
) -> Result<CreateKxDatabaseOutput, SdkError<CreateKxDatabaseError, HttpResponse>>
pub async fn send( self ) -> Result<CreateKxDatabaseOutput, SdkError<CreateKxDatabaseError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateKxDatabaseOutput, CreateKxDatabaseError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateKxDatabaseOutput, CreateKxDatabaseError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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.
Trait Implementations§
source§impl Clone for CreateKxDatabaseFluentBuilder
impl Clone for CreateKxDatabaseFluentBuilder
source§fn clone(&self) -> CreateKxDatabaseFluentBuilder
fn clone(&self) -> CreateKxDatabaseFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more